public class ByteBuffer extends Object
Constructor and Description |
---|
ByteBuffer(byte[] buf,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
copy() |
byte[] |
getBuf() |
int |
getLength() |
int |
getOffset() |
InputStream |
getStream() |
ByteBuffer |
toJDKByteBuffer() |
String |
toString() |
public byte[] getBuf()
public int getOffset()
public int getLength()
public ByteBuffer copy()
public InputStream getStream()
public ByteBuffer toJDKByteBuffer()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.