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, wait
getBytesAt, getOffsetData, getOffsettingOffsetData, getS1At
abstract java.io.DataInputStream rawDataAsStream(int offset, int length)
public int getS4At(long o) throws ConfusedCFRException
getS4At
in interface ByteData
ConfusedCFRException
public double getDoubleAt(long o) throws ConfusedCFRException
getDoubleAt
in interface ByteData
ConfusedCFRException
public float getFloatAt(long o) throws ConfusedCFRException
getFloatAt
in interface ByteData
ConfusedCFRException
public long getLongAt(long o) throws ConfusedCFRException
getLongAt
in interface ByteData
ConfusedCFRException
public short getS2At(long o) throws ConfusedCFRException
getS2At
in interface ByteData
ConfusedCFRException
public int getU2At(long o) throws ConfusedCFRException
getU2At
in interface ByteData
ConfusedCFRException
public short getU1At(long o) throws ConfusedCFRException
getU1At
in interface ByteData
ConfusedCFRException