|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.go.trove.io.ArrayByteData
|
+--com.go.teaservlet.io.ArrayByteData
A ByteData implementation that wraps an array of bytes.
| Constructor Summary | |
ArrayByteData(byte[] data)
Deprecated. |
|
ArrayByteData(byte[] data,
int offset,
int length)
Deprecated. |
|
| Methods inherited from class com.go.trove.io.ArrayByteData |
getByteCount, reset, writeTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.go.trove.io.ByteData |
getByteCount, reset, writeTo |
| Constructor Detail |
public ArrayByteData(byte[] data)
public ArrayByteData(byte[] data,
int offset,
int length)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||