Package | Description |
---|---|
org.forgerock.openig.io |
Provides stream buffering, branching, and storage functions.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBuffer
A buffer that uses a local file for data storage.
|
class |
MemoryBuffer
A buffer that uses a byte array for data storage.
|
class |
TemporaryBuffer
A buffer that fist uses memory, then a temporary file for data storage.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
TemporaryStorage.newInstance()
Creates and returns a new instance of a temporary buffer.
|
Constructor and Description |
---|
BranchingStreamWrapper(InputStream in,
org.forgerock.util.Factory<Buffer> bufferFactory)
Constructs a new branching input stream to wrap another input stream.
|
Copyright © 2014 ForgeRock AS. All rights reserved.