Package org.jruby.util
Class Pack.Converter
java.lang.Object
org.jruby.util.Pack.Converter
- Enclosing class:
Pack
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IRubyObject
decode
(ThreadContext context, ByteBuffer format) abstract void
encode
(ThreadContext context, IRubyObject from, ByteList result) getType()
-
Field Details
-
size
public final int size -
type
-
-
Constructor Details
-
Converter
public Converter(int size) -
Converter
-
-
Method Details
-
getType
-
decode
-
encode
-