| Class | Description |
|---|---|
| ByteBufferBackedInputStream |
Instance of
InputStream backed by ByteBuffer, implementing following
functionality (on top of what's required by InputStream)
Seeking: enables random access by allowing to seek to an arbitrary position w/in the stream
(Thread-safe) Copying: enables to copy from the underlying buffer not modifying the state of the stream
NOTE: Generally methods of this class are NOT thread-safe, unless specified otherwise |
Copyright © 2024 The Apache Software Foundation. All rights reserved.