@Deprecated public class ByteBufferHolder extends Object
Constructor and Description |
---|
ByteBufferHolder()
Deprecated.
|
ByteBufferHolder(int max)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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(ByteBuffer in)
Deprecated.
|
void |
put(int i,
byte val)
Deprecated.
|
int |
remaining()
Deprecated.
|
String |
toString()
Deprecated.
|
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(ByteBuffer in)
public int capacity()
Copyright © 2023. All rights reserved.