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
No related branches found
No related tags found
No related merge requests found
package fr.univ_lille.cristal.emeraude.n2s3.features.io.input package fr.univ_lille.cristal.emeraude.n2s3.features.io.input
/** /**
* Created by falezp on 19/04/16. * Factory for [[DigitalHexInputStream]].
*/ */
object DigitalHexEntry { object DigitalHexEntry {
def apply() = new StreamEntry[SampleInput](Shape(3, 5)) 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] { 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