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, wait
getBytesAt, getOffsetData, getOffsettingOffsetData, getS1At
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
Copyright © 2011-2021. All Rights Reserved.