|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecoderChannel
TODO Description
Method Summary | |
---|---|
int |
decode()
Decodes a single byte |
byte[] |
decodeBinary()
Decode a binary value as a length-prefixed sequence of octets. |
java.lang.String |
decodeBinaryAsString()
|
boolean |
decodeBoolean()
Decode a single boolean value. |
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.lang.String |
decodeIntegerAsString()
|
int |
decodeNBitUnsignedInteger(int n)
Decodes and returns an n-bit unsigned integer. |
java.lang.String |
decodeNBitUnsignedIntegerAsString(int n)
|
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. |
long |
decodeUnsignedIntegerAsLong()
|
java.lang.String |
decodeUnsignedIntegerAsString()
|
Method Detail |
---|
int decode() throws java.io.IOException
java.io.IOException
int decodeNBitUnsignedInteger(int n) throws java.io.IOException
java.io.IOException
java.lang.String decodeNBitUnsignedIntegerAsString(int n) throws java.io.IOException
java.io.IOException
boolean decodeBoolean() throws java.io.IOException
java.io.IOException
java.lang.String decodeBooleanAsString() throws java.io.IOException
java.io.IOException
byte[] decodeBinary() throws java.io.IOException
java.io.IOException
java.lang.String decodeBinaryAsString() throws java.io.IOException
java.io.IOException
java.lang.String decodeString() throws java.io.IOException
java.io.IOException
java.lang.String decodeStringOnly(int length) throws java.io.IOException
length
- Length of the character sequence to read.
java.io.IOException
int decodeUnsignedInteger() throws java.io.IOException
java.io.IOException
long decodeUnsignedIntegerAsLong() throws java.io.IOException
java.io.IOException
java.lang.String decodeUnsignedIntegerAsString() throws java.io.IOException
java.io.IOException
int decodeInteger() throws java.io.IOException
java.io.IOException
java.lang.String decodeIntegerAsString() throws java.io.IOException
java.io.IOException
java.math.BigDecimal decodeDecimal() throws java.io.IOException
java.io.IOException
java.lang.String decodeDecimalAsString() throws java.io.IOException
java.io.IOException
float decodeFloat() throws java.io.IOException
java.io.IOException
java.lang.String decodeFloatAsString() throws java.io.IOException
java.io.IOException
java.util.Calendar decodeDateTime(DatetimeType type) throws java.io.IOException
java.io.IOException
java.lang.String decodeDateTimeAsString(DatetimeType type) throws java.io.IOException
java.io.IOException
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |