-
- All Implemented Interfaces:
public interface Decoder
-
-
Method Summary
Modifier and Type Method Description abstract BooleandecodeBoolean()abstract BytedecodeByte()abstract ShortdecodeShort()abstract IntegerdecodeInt()abstract LongdecodeLong()abstract FloatdecodeFloat()abstract DoubledecodeDouble()abstract CharacterdecodeChar()abstract StringdecodeString()-
-
Method Detail
-
decodeBoolean
abstract Boolean decodeBoolean()
-
decodeByte
abstract Byte decodeByte()
-
decodeShort
abstract Short decodeShort()
-
decodeLong
abstract Long decodeLong()
-
decodeFloat
abstract Float decodeFloat()
-
decodeDouble
abstract Double decodeDouble()
-
decodeChar
abstract Character decodeChar()
-
decodeString
abstract String decodeString()
-
-
-
-