public abstract class AbstractBackedByteData extends java.lang.Object implements ByteData
| Constructor and Description |
|---|
AbstractBackedByteData() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleAt(long o) |
float |
getFloatAt(long o) |
long |
getLongAt(long o) |
short |
getS2At(long o) |
int |
getS4At(long o) |
short |
getU1At(long o) |
int |
getU2At(long o) |
(package private) abstract java.io.DataInputStream |
rawDataAsStream(int offset,
int length) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytesAt, getOffsetData, getOffsettingOffsetData, getS1Atabstract java.io.DataInputStream rawDataAsStream(int offset,
int length)
public int getS4At(long o)
throws ConfusedCFRException
getS4At in interface ByteDataConfusedCFRExceptionpublic double getDoubleAt(long o)
throws ConfusedCFRException
getDoubleAt in interface ByteDataConfusedCFRExceptionpublic float getFloatAt(long o)
throws ConfusedCFRException
getFloatAt in interface ByteDataConfusedCFRExceptionpublic long getLongAt(long o)
throws ConfusedCFRException
getLongAt in interface ByteDataConfusedCFRExceptionpublic short getS2At(long o)
throws ConfusedCFRException
getS2At in interface ByteDataConfusedCFRExceptionpublic int getU2At(long o)
throws ConfusedCFRException
getU2At in interface ByteDataConfusedCFRExceptionpublic short getU1At(long o)
throws ConfusedCFRException
getU1At in interface ByteDataConfusedCFRException