Public Member Functions | |
| char | getChar () |
| long | getULong () |
| int | getUShort () |
| char[] | getSequence () |
| String | getString () |
| void | parseByteArray (char[] sequence) |
| void | parseHexString (String hexCDRString) |
| String | toHexString () |
Protected Member Functions | |
| long | getBytes (int count) |
| char | hex2dual (char hc) |
| void | init () |
| void | skip (int alignment) |
Protected Attributes | |
| boolean | _byteOrder |
| int | _byteLen |
| int | _bytePos = 1 |
| char[] | _CDRArray |
| long alma::acs::util::IorParser::CDR::getBytes | ( | int | count | ) | [inline, protected] |
References _byteOrder, _bytePos, and _CDRArray.
Referenced by getULong(), and getUShort().
| char alma::acs::util::IorParser::CDR::getChar | ( | ) | [inline] |
References _bytePos, and _CDRArray.
Referenced by alma::acs::util::IorParser::IOR::parse().
| char [] alma::acs::util::IorParser::CDR::getSequence | ( | ) | [inline] |
References _bytePos, _CDRArray, and getULong().
Referenced by alma::acs::util::IorParser::IOR::parse().
| String alma::acs::util::IorParser::CDR::getString | ( | ) | [inline] |
References _bytePos, _CDRArray, and getULong().
Referenced by alma::acs::util::IorParser::IOR::parse().
| long alma::acs::util::IorParser::CDR::getULong | ( | ) | [inline] |
References getBytes(), and skip().
Referenced by getSequence(), getString(), and alma::acs::util::IorParser::IOR::parse().
| int alma::acs::util::IorParser::CDR::getUShort | ( | ) | [inline] |
References getBytes(), and skip().
Referenced by alma::acs::util::IorParser::IOR::parse().
| char alma::acs::util::IorParser::CDR::hex2dual | ( | char | hc | ) | [inline, protected] |
Referenced by parseHexString().
| void alma::acs::util::IorParser::CDR::init | ( | ) | [inline, protected] |
References _byteOrder, and _CDRArray.
Referenced by parseByteArray(), and parseHexString().
| void alma::acs::util::IorParser::CDR::parseByteArray | ( | char[] | sequence | ) | [inline] |
References _CDRArray, and init().
Referenced by alma::acs::util::IorParser::IOR::parse().
| void alma::acs::util::IorParser::CDR::parseHexString | ( | String | hexCDRString | ) | [inline] |
References _byteLen, _CDRArray, hex2dual(), and init().
Referenced by alma::acs::util::IorParser::IOR::parse().
| void alma::acs::util::IorParser::CDR::skip | ( | int | alignment | ) | [inline, protected] |
References _bytePos.
Referenced by getULong(), and getUShort().
| String alma::acs::util::IorParser::CDR::toHexString | ( | ) | [inline] |
int alma::acs::util::IorParser::CDR::_byteLen [protected] |
Referenced by parseHexString().
boolean alma::acs::util::IorParser::CDR::_byteOrder [protected] |
Referenced by getBytes(), and init().
int alma::acs::util::IorParser::CDR::_bytePos = 1 [protected] |
Referenced by getBytes(), getChar(), getSequence(), getString(), and skip().
char [] alma::acs::util::IorParser::CDR::_CDRArray [protected] |
Referenced by getBytes(), getChar(), getSequence(), getString(), init(), parseByteArray(), and parseHexString().
1.6.2