Skip to content
Snippets Groups Projects
Commit cd6c239c authored by POLITO Guillermo Andres's avatar POLITO Guillermo Andres
Browse files

Adding Scaladocs to DigitalHex

parent 768196c1
Branches
Tags v5.7
No related merge requests found
package fr.univ_lille.cristal.emeraude.n2s3.features.io.input
/**
* Created by falezp on 19/04/16.
* Factory for [[DigitalHexInputStream]].
*/
object DigitalHexEntry {
def apply() = new StreamEntry[SampleInput](Shape(3, 5))
}
/**
* An input stream that generates hexadecimal chars in a 3x5 picture of binary pixels.
* This stream is generated in memory.
*/
class DigitalHexInputStream extends N2S3InputStream[SampleInput] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment