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