Package | Description |
---|---|
org.forgerock.openig.io |
Provides stream buffering, branching, and storage functions.
|
Modifier and Type | Method and Description |
---|---|
void |
TemporaryBuffer.append(byte[] b,
int off,
int len) |
void |
FileBuffer.append(byte[] b,
int off,
int len) |
void |
Buffer.append(byte[] b,
int off,
int len)
Appends
len bytes from the specified byte array starting at offset off
to the end of the buffer. |
Copyright © 2014 ForgeRock AS. All rights reserved.