CircularBufferInputStream
and PeekableInputStream
.See: Description
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.
|
This package provides implementations of buffered input classes, such as
CircularBufferInputStream
and PeekableInputStream
.
Jas4pp 1.5 © Java Analysis Studio for Particle Physics