@Deprecated public class RawDataAccess extends ByteDataAccessBase
InfoFormattedAppend.PrepareToStringbBigEndian, bExc, bLittleEndianBig2, data, sizeHead, toStringformatter, version| Constructor and Description | 
|---|
| RawDataAccess()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getDoubleVal(int idx)Deprecated.  Gets a double value from any offset started from Object_Jc | 
| float | getFloatVal(int idx)Deprecated.  Gets a float value from any offset started from Object_Jc | 
| int | getIntVal(int idx,
         int nrofBytes)Deprecated.  Gets a integer value from any offset started from Object_Jc | 
| void | setDoubleVal(int idx,
            double value)Deprecated.  | 
| void | setFloatVal(int idx,
           float value)Deprecated.  | 
| void | setIntVal(int idx,
         int nrofBytes,
         long value)Deprecated.  | 
| java.lang.String | toString()Deprecated.  This method is especially usefully to debug in eclipse. | 
_getInt, _getLong, _setInt, _setLong, _setString, addChild, addChild, addChildAt, addChildAt, addChildEmpty, addChildEmpty, addChildFloat, addChildInt, addChildInteger, addChildString, addChildString, addChildString, assign, assign, assign, assignAt, assignAt, assignCasted, assignClear, assignDataToFixChildren, checkData, checkLengthElement, clearData, clearHead, copyData, copyDataFrom, data, detach, getBigEndian, getChar, getChildDouble, getChildFloat, getChildInt, getChildInt16, getChildInteger, getChildString, getChildUint16, getChildUint8, getData, getDouble, getFloat, getFloat, getInt16, getInt16, getInt32, getInt32, getInt64, getInt8, getInt8, getLength, getLengthCurrent, getLengthHead, getLengthTotal, getMaxNrofBytes, getMaxNrofBytesForNextChild, getPositionInBuffer, getPositionNextChildInBuffer, getString, getUint16, getUint16, getUint32, getUint32, getUint8, getUint8, infoAppendHead, infoFormattedAppend, isCurrentChildInParent, isExpandable, isInUse, ixBegin, ixEnd, ixNextChild, removeChild, removeChild, removeChildren, setBigEndian, setCharset, setDouble, setException, setFloat, setFloat, setInt16, setInt16, setInt32, setInt32, setInt8, setInt8, setLengthElement, setLittleEndianBig2, setString, setUint16, setUint16, setUint32, setUint32, setUint8, setUint8, sizeHead, sufficingBytesForNextChild, upcast, XXXrewindpublic final int getIntVal(int idx,
                           int nrofBytes)
idx - byte-offset, the offset is not tested. If the offset is wrong, a null-pointer-exception throws.nrofBytes - to read.public final float getFloatVal(int idx)
idx - byte-offset, the offset is not tested. If the offset is wrong, a null-pointer-exception throws.public final double getDoubleVal(int idx)
idx - byte-offset, the offset is not tested. If the offset is wrong, a null-pointer-exception throws.public final void setIntVal(int idx,
                            int nrofBytes,
                            long value)
idx - nrofBytes - value - xxxxxxpublic final void setFloatVal(int idx,
                              float value)
public final void setDoubleVal(int idx,
                               double value)
public java.lang.String toString()
ByteDataAccessBasetoString in class ByteDataAccessBase