Gets a ByteBuffer containing some bytes of the content next to be read, or null if has reached end of the content. The number of bytes contained in the returned buffer is implementation specific. Calling this method does not change the position of the input stream. The returned buffe
()
| 47 | * @throws UnsupportedOperationException if this operation is not supported. |
| 48 | */ |
| 49 | @Nullable |
| 50 | ByteBuffer getByteBuffer(); |
| 51 | } |
no outgoing calls