public interface ByteReadable
| Modifier and Type | Method and Description |
|---|---|
int |
readByte()
Returns the value of the next byte as an integer from 0 to 0xFF or -1 if
the stream has ended.
|
int readByte()
throws IOException
IOExceptionCopyright © 2024. All rights reserved.