Uses of Interface
org.eolang.jeo.representation.bytecode.Codec
-
Packages that use Codec Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of Codec in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement Codec Modifier and Type Class Description class
EoCodec
EO codec.class
JavaCodec
Plain codec.class
PlainLongCodec
Codec that saves long as a plain byte array.Methods in org.eolang.jeo.representation.bytecode with parameters of type Codec Modifier and Type Method Description byte[]
BytecodeObject. encode(Codec codec)
Retrieve the bytes of the value.Object
BytecodeBytes. object(Codec codec)
Represent the value as an object.Constructors in org.eolang.jeo.representation.bytecode with parameters of type Codec Constructor Description PlainLongCodec(Codec delegate)
Constructor.
-