public static interface Bytes.ByteSupplier
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAsByte()
The contract is similar to
InputStream.read(), return
the byte as an unsigned int, -1 if there are no more bytes. |
int getAsByte()
throws IOException
InputStream.read(), return
the byte as an unsigned int, -1 if there are no more bytes.IOException - if supplying failsCopyright © 2020. All rights reserved.