public interface Encoder
| Modifier and Type | Method and Description |
|---|---|
boolean |
decodeBoolean(org.apache.fluo.api.data.Bytes b)
Decodes a boolean from
Bytes |
double |
decodeDouble(org.apache.fluo.api.data.Bytes b)
Decodes a double from
Bytes |
float |
decodeFloat(org.apache.fluo.api.data.Bytes b)
Decodes a float from
Bytes |
int |
decodeInteger(org.apache.fluo.api.data.Bytes b)
Decodes an integer from
Bytes |
long |
decodeLong(org.apache.fluo.api.data.Bytes b)
Decodes a long from
Bytes |
String |
decodeString(org.apache.fluo.api.data.Bytes b)
Decodes a String from
Bytes |
org.apache.fluo.api.data.Bytes |
encode(boolean b)
Encodes a boolean to
Bytes |
org.apache.fluo.api.data.Bytes |
encode(double d)
Encodes a double to
Bytes |
org.apache.fluo.api.data.Bytes |
encode(float f)
Encodes a float to
Bytes |
org.apache.fluo.api.data.Bytes |
encode(int i)
Encodes an integer to
Bytes |
org.apache.fluo.api.data.Bytes |
encode(long l)
Encodes a long to
Bytes |
org.apache.fluo.api.data.Bytes |
encode(String s)
Encodes a String to
Bytes |
org.apache.fluo.api.data.Bytes encode(int i)
Bytesorg.apache.fluo.api.data.Bytes encode(long l)
Bytesorg.apache.fluo.api.data.Bytes encode(String s)
Bytesorg.apache.fluo.api.data.Bytes encode(float f)
Bytesorg.apache.fluo.api.data.Bytes encode(double d)
Bytesorg.apache.fluo.api.data.Bytes encode(boolean b)
Bytesint decodeInteger(org.apache.fluo.api.data.Bytes b)
Byteslong decodeLong(org.apache.fluo.api.data.Bytes b)
BytesString decodeString(org.apache.fluo.api.data.Bytes b)
Bytesfloat decodeFloat(org.apache.fluo.api.data.Bytes b)
Bytesdouble decodeDouble(org.apache.fluo.api.data.Bytes b)
Bytesboolean decodeBoolean(org.apache.fluo.api.data.Bytes b)
BytesCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.