public class ByteBufferImpl extends Object implements ByteBuffer
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteBufferImpl.Externalizer |
| Constructor and Description |
|---|
ByteBufferImpl(byte[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferImpl |
copy() |
boolean |
equals(Object o) |
byte[] |
getBuf() |
int |
getLength() |
int |
getOffset() |
InputStream |
getStream() |
int |
hashCode() |
ByteBuffer |
toJDKByteBuffer() |
String |
toString() |
public byte[] getBuf()
getBuf in interface ByteBufferpublic int getOffset()
getOffset in interface ByteBufferpublic int getLength()
getLength in interface ByteBufferpublic ByteBufferImpl copy()
copy in interface ByteBufferpublic InputStream getStream()
getStream in interface ByteBufferpublic ByteBuffer toJDKByteBuffer()
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.