Nybble Output Stream
class NybbleOutputStream @JvmOverloads constructor(size: Int = 0) : ByteArrayOutputStream
Content copied to clipboard
NybbleOutputStream is a ByteArrayOutputStream that enforces that only nybbles — values in [0..15] — are written.
Author
Todd L Smith