Uses of Interface
org.eolang.jeo.representation.bytecode.Codec
Packages that use Codec
Package
Description
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 CodecModifier and TypeClassDescriptionfinal class
EO codec.final class
Plain codec.final class
Codec that saves long as a plain byte array.Methods in org.eolang.jeo.representation.bytecode with parameters of type CodecModifier and TypeMethodDescriptionbyte[]
Retrieve the bytes of the value.Represent the value as an object.Constructors in org.eolang.jeo.representation.bytecode with parameters of type Codec