IntPerfectHash.ByteStream
A stream of bytes.
| Methods |
| int |
read()
Read a byte.
|
| int |
read()
Read a byte.
Returns:
the byte, or -1.
|
| byte[] |
toByteArray()
Get the byte array.
|
| byte[] |
toByteArray()
Get the byte array.
Returns:
the byte array
|
| void |
write(byte value)
Write a byte.
|
| void |
write(byte value)
Write a byte.
Parameters:
value - the byte
|
|