Package org.forgerock.http.io
Provides stream buffering, branching, and storage functions.
-
Interface Summary Interface Description Buffer A dynamically growing data buffer. -
Class Summary Class Description BranchingInputStream An input stream that can branch into separate input streams to perform divergent reads.CharsetDecoderFlowableTransformer ACharsetDecoderFlowableTransformer
decodes bytes from a stream ofByteBuffer
into a stream ofCharBuffer
using the givenCharset
.FailableInputStream Wraps an existingInputStream
, supporting a failed state that is checked before and after each operation.FileBranchingStream ABranchingInputStream
for reading from files.IO Utility class that can stream to and from streams.PipeBufferedStream Represents a pipe for transferring bytes from anOutputStream
to aInputStream
. -
Exception Summary Exception Description OverflowException An exception that is thrown if a buffer would overflow as a result of a write operation.