Class PlainLongCodec
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.PlainLongCodec
-
-
Constructor Summary
Constructors Constructor Description PlainLongCodec(Codec delegate)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
decode(byte[] bytes, org.eolang.jeo.representation.bytecode.DataType type)
Decodes a byte array to an object.byte[]
encode(Object object, org.eolang.jeo.representation.bytecode.DataType type)
Encodes an object to a byte array.
-
-
-
Constructor Detail
-
PlainLongCodec
public PlainLongCodec(Codec delegate)
Constructor.- Parameters:
delegate
- Origin codec.
-
-