Package org.nuxeo.lib.stream.codec
Class NoCodec
- java.lang.Object
-
- org.nuxeo.lib.stream.codec.NoCodec
-
-
Constructor Summary
Constructors Constructor Description NoCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
decode(byte[] data)
Decodes the byte array returns an object.byte[]
encode(Object object)
Encodes the object returns a byte array representation.String
getName()
Returns the codec name
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
NO_CODEC
public static final NoCodec NO_CODEC
-
-