public class ByteArrayBuffer
extends java.lang.Object
| Constructor and Description |
|---|
ByteArrayBuffer(byte[] buffer,
int contentLength) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBuffer()
Please note: This buffer is valid from index 0 to index contentLength.
|
int |
getContentLength() |
public ByteArrayBuffer(byte[] buffer,
int contentLength)
buffer - contentLength - public byte[] getBuffer()
public int getContentLength()