Class | Description |
---|---|
CircularBufferInputStream |
Implementation of a buffered input stream, which is internally based on the
CircularByteBuffer . |
CircularByteBuffer |
A buffer, which doesn't need reallocation of byte arrays, because it
reuses a single byte array.
|
PeekableInputStream |
Implementation of a buffered input stream, which allows to peek into
the buffers first bytes.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.