public abstract class AbstractBackedByteData extends 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytesAt, getOffsetData, getOffsettingOffsetData, getS1Atpublic 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 ByteDataConfusedCFRExceptionCopyright © 2011-2021. All Rights Reserved.