abstract class AbstractByteArray extends java.lang.Object implements ByteArray
ByteArray. This class will only be
used internally and should not be used by end users.ByteArray.Cursor| Constructor and Description |
|---|
AbstractByteArray() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
A ByteArray is equal to another ByteArray if they start and end at the
same index, have the same byte order, and contain the same bytes at each
index.
|
int |
length()
Gets the total number of bytes that can be accessed.
|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcursor, cursor, first, free, get, get, getInt, getIoBuffers, getSingleIoBuffer, last, order, orderpublic final int length()
IoAbsoluteReaderlength in interface IoAbsoluteReaderpublic final boolean equals(java.lang.Object other)
ByteArray