@Private
public class OutputBuffer
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.nio.ByteBuffer |
byteBuffer |
| Constructor | Description |
|---|---|
OutputBuffer(byte[] bytes) |
|
OutputBuffer(BufferType type,
int outputBufferCapacity) |
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.ByteBuffer |
getByteBuffer() |
|
BufferType |
getType() |
|
int |
length() |
|
int |
limit() |
|
void |
rewind() |
public OutputBuffer(BufferType type, int outputBufferCapacity)
public OutputBuffer(byte[] bytes)
public BufferType getType()
public java.nio.ByteBuffer getByteBuffer()
public int length()
public void rewind()
public int limit()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.