|
EXIficient | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.siemens.ct.exi.io.channel.AbstractDecoderChannel
public abstract class AbstractDecoderChannel
TODO Description
| Constructor Summary | |
|---|---|
AbstractDecoderChannel()
|
|
| Method Summary | |
|---|---|
java.lang.String |
decodeBinaryAsString()
|
java.lang.String |
decodeBooleanAsString()
|
java.util.Calendar |
decodeDateTime(DatetimeType type)
Decode Date-Time as sequence of values representing the individual components of the Date-Time. |
java.lang.String |
decodeDateTimeAsString(DatetimeType type)
|
java.math.BigDecimal |
decodeDecimal()
Decode a decimal represented as a Boolean sign followed by two Unsigned Integers. |
java.lang.String |
decodeDecimalAsString()
|
float |
decodeFloat()
Decode a Float represented as two consecutive Integers. |
java.lang.String |
decodeFloatAsString()
|
int |
decodeInteger()
Decode an arbitrary precision integer using a sign bit followed by a sequence of octets. |
java.math.BigInteger |
decodeIntegerAsBigInteger()
|
long |
decodeIntegerAsLong()
|
java.lang.String |
decodeIntegerAsString()
|
java.lang.String |
decodeNBitUnsignedIntegerAsString(int n)
Decodes and returns an n-bit unsigned integer as string. |
java.lang.String |
decodeString()
Decode a string as a length-prefixed sequence of UCS codepoints, each of which is encoded as an integer. |
java.lang.String |
decodeStringOnly(int length)
Decode the characters of a string whose length has already been read. |
int |
decodeUnsignedInteger()
Decode an arbitrary precision non negative integer using a sequence of octets. |
java.math.BigInteger |
decodeUnsignedIntegerAsBigInteger()
|
long |
decodeUnsignedIntegerAsLong()
|
java.lang.String |
decodeUnsignedIntegerAsString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.siemens.ct.exi.io.channel.DecoderChannel |
|---|
decode, decodeBinary, decodeBoolean, decodeNBitUnsignedInteger |
| Constructor Detail |
|---|
public AbstractDecoderChannel()
| Method Detail |
|---|
public java.lang.String decodeBinaryAsString()
throws java.io.IOException
decodeBinaryAsString in interface DecoderChanneljava.io.IOException
public java.lang.String decodeBooleanAsString()
throws java.io.IOException
decodeBooleanAsString in interface DecoderChanneljava.io.IOException
public java.lang.String decodeString()
throws java.io.IOException
decodeString in interface DecoderChanneljava.io.IOException
public java.lang.String decodeStringOnly(int length)
throws java.io.IOException
decodeStringOnly in interface DecoderChannellength - Length of the character sequence to read.
java.io.IOException
public int decodeInteger()
throws java.io.IOException
decodeInteger in interface DecoderChanneljava.io.IOException
public long decodeIntegerAsLong()
throws java.io.IOException
java.io.IOException
public java.math.BigInteger decodeIntegerAsBigInteger()
throws java.io.IOException
java.io.IOException
public java.lang.String decodeIntegerAsString()
throws java.io.IOException
decodeIntegerAsString in interface DecoderChanneljava.io.IOException
public int decodeUnsignedInteger()
throws java.io.IOException
decodeUnsignedInteger in interface DecoderChanneljava.io.IOException
public long decodeUnsignedIntegerAsLong()
throws java.io.IOException
decodeUnsignedIntegerAsLong in interface DecoderChanneljava.io.IOException
public java.math.BigInteger decodeUnsignedIntegerAsBigInteger()
throws java.io.IOException
java.io.IOException
public java.lang.String decodeUnsignedIntegerAsString()
throws java.io.IOException
decodeUnsignedIntegerAsString in interface DecoderChanneljava.io.IOException
public java.lang.String decodeNBitUnsignedIntegerAsString(int n)
throws java.io.IOException
decodeNBitUnsignedIntegerAsString in interface DecoderChanneljava.io.IOException
public java.math.BigDecimal decodeDecimal()
throws java.io.IOException
decodeDecimal in interface DecoderChanneljava.io.IOException
public java.lang.String decodeDecimalAsString()
throws java.io.IOException
decodeDecimalAsString in interface DecoderChanneljava.io.IOException
public float decodeFloat()
throws java.io.IOException
decodeFloat in interface DecoderChanneljava.io.IOException
public java.lang.String decodeFloatAsString()
throws java.io.IOException
decodeFloatAsString in interface DecoderChanneljava.io.IOException
public java.util.Calendar decodeDateTime(DatetimeType type)
throws java.io.IOException
decodeDateTime in interface DecoderChanneljava.io.IOException
public java.lang.String decodeDateTimeAsString(DatetimeType type)
throws java.io.IOException
decodeDateTimeAsString in interface DecoderChanneljava.io.IOException
|
EXIficient | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||