See: Description
Interface | Description |
---|---|
Buffer |
A dynamically growing data buffer.
|
Class | Description |
---|---|
BranchingInputStream |
An input stream that can branch into separate input streams to perform
divergent reads.
|
BranchingStreamWrapper |
Wraps an standard input stream with a stream that can branch to perform divergent reads.
|
ByteArrayBranchingStream |
Wraps a byte array with a stream that can branch to perform divergent reads.
|
FileBuffer |
A buffer that uses a local file for data storage.
|
MemoryBuffer |
A buffer that uses a byte array for data storage.
|
NullInputStream |
An input stream that holds no data.
|
NullOutputStream |
An output stream that discards all data written to it.
|
Streamer |
Utility class that can stream to and from streams.
|
TemporaryBuffer |
A buffer that fist uses memory, then a temporary file for data storage.
|
TemporaryStorage |
Allocates temporary buffers for caching streamed content during request processing.
|
TemporaryStorage.Heaplet |
Creates and initializes a temporary storage object in a heap environment.
|
Exception | Description |
---|---|
OverflowException |
An exception that is thrown if a buffer would overflow as a result of a write operation.
|
Copyright © 2014 ForgeRock AS. All rights reserved.