|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IByteBuffer
Abstract XML document storage interface.
| Method Summary | |
|---|---|
byte |
byteAt(int index)
Get the byte at the given index of the underlying byte storage. |
byte[] |
getBytes()
|
byte[] |
getBytes(int offset,
int len)
Return a byte array filled with content from underlying byte storage. |
int |
length()
Total size in terms of # of bytes. |
| Method Detail |
|---|
byte byteAt(int index)
byte[] getBytes(int offset,
int len)
offset - int bytes offset (not UTF char unit)len - int
int length()
byte[] getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||