Class | Description |
---|---|
FragmentBuffer |
A buffer that can be partially filled.
|
FragmentBuffer.Fragment |
Fragments encapsulate pairs of offset and length.
|
InputStreamBuffer |
Buffers an inputstream (whose length is known in advance) and can supply clients with fresh
"copies" of that inputstream served from the buffer.
|
PositionInputStream | |
SplittableInputStream |
An input stream which will wrap another input stream (and yield the same bytes) and which can
spawn new fresh input stream copies (using
SplittableInputStream.getInputStream(int) )
(that also yield the same bytes). |
Copyright © 2016. All rights reserved.