@Deprecated
public class ByteBufferHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<java.nio.ByteBuffer> |
_buffers
Deprecated.
|
(package private) static int |
_bufSize
Deprecated.
|
(package private) int |
_max
Deprecated.
|
(package private) int |
_pos
Deprecated.
|
| Constructor and Description |
|---|
ByteBufferHolder()
Deprecated.
|
ByteBufferHolder(int max)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
_addBucket()
Deprecated.
|
int |
capacity()
Deprecated.
|
byte |
get(int i)
Deprecated.
|
void |
get(int pos,
byte[] b)
Deprecated.
|
int |
position()
Deprecated.
|
void |
position(int p)
Deprecated.
|
void |
put(java.nio.ByteBuffer in)
Deprecated.
|
void |
put(int i,
byte val)
Deprecated.
|
int |
remaining()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
java.util.List<java.nio.ByteBuffer> _buffers
int _pos
final int _max
static final int _bufSize
public ByteBufferHolder()
public ByteBufferHolder(int max)
public byte get(int i)
public void get(int pos,
byte[] b)
public void put(int i,
byte val)
public int position()
public void position(int p)
public int remaining()
public void put(java.nio.ByteBuffer in)
private void _addBucket()
public int capacity()
public java.lang.String toString()
toString in class java.lang.Object