-
- All Implemented Interfaces:
-
apptentive.com.android.serialization.Decoder
public final class BinaryDecoder implements Decoder
-
-
Constructor Summary
Constructors Constructor Description BinaryDecoder(DataInput input)
-
Method Summary
Modifier and Type Method Description BooleandecodeBoolean()BytedecodeByte()ShortdecodeShort()IntegerdecodeInt()LongdecodeLong()FloatdecodeFloat()DoubledecodeDouble()CharacterdecodeChar()StringdecodeString()-
-
Constructor Detail
-
BinaryDecoder
BinaryDecoder(DataInput input)
-
-
Method Detail
-
decodeBoolean
Boolean decodeBoolean()
-
decodeByte
Byte decodeByte()
-
decodeShort
Short decodeShort()
-
decodeLong
Long decodeLong()
-
decodeFloat
Float decodeFloat()
-
decodeDouble
Double decodeDouble()
-
decodeChar
Character decodeChar()
-
decodeString
String decodeString()
-
-
-
-