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
IOException
Copyright © 2017. All rights reserved.