|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAendianType
Endian type to be used for describing basic representations.
| Field Summary | |
static HLAendianType |
Big
Enumerator #0. |
static HLAendianType |
Little
Enumerator #1. |
| Constructor Summary | |
HLAendianType()
Default constructor (Big). |
|
HLAendianType(HLAendianType other)
Copy constructor. |
|
| Method Summary | |
static HLAendianType |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAendianType from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAendianType to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAendianType for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAendianType. |
java.lang.String |
toString()
Returns a string representation of this HLAendianType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAendianType Big
public static final HLAendianType Little
| Constructor Detail |
public HLAendianType()
public HLAendianType(HLAendianType other)
other - the other HLAendianType to copy| Method Detail |
public static HLAendianType decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurspublic boolean equals(java.lang.Object other)
other - the other HLAendianType
true if the two enumerated types are equal,
false otherwisepublic int hashCode()
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||