ndr
Class Format
java.lang.Object
ndr.Format
public class Format
- extends java.lang.Object
Constructor Summary |
Format(int dataRepresentation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LITTLE_ENDIAN
public static final int LITTLE_ENDIAN
- See Also:
- Constant Field Values
BIG_ENDIAN
public static final int BIG_ENDIAN
- See Also:
- Constant Field Values
ASCII_CHARACTER
public static final int ASCII_CHARACTER
- See Also:
- Constant Field Values
EBCDIC_CHARACTER
public static final int EBCDIC_CHARACTER
- See Also:
- Constant Field Values
IEEE_FLOATING_POINT
public static final int IEEE_FLOATING_POINT
- See Also:
- Constant Field Values
VAX_FLOATING_POINT
public static final int VAX_FLOATING_POINT
- See Also:
- Constant Field Values
CRAY_FLOATING_POINT
public static final int CRAY_FLOATING_POINT
- See Also:
- Constant Field Values
IBM_FLOATING_POINT
public static final int IBM_FLOATING_POINT
- See Also:
- Constant Field Values
DEFAULT_DATA_REPRESENTATION
public static final int DEFAULT_DATA_REPRESENTATION
- See Also:
- Constant Field Values
DEFAULT_FORMAT
public static final Format DEFAULT_FORMAT
Format
public Format(int dataRepresentation)
getDataRepresentation
public int getDataRepresentation()
readFormat
public static Format readFormat(byte[] src,
int index,
boolean connectionless)
writeFormat
public void writeFormat(byte[] dest,
int index,
boolean connectionless)