public abstract static class Pack.Converter
extends java.lang.Object
Constructor and Description |
---|
Converter(int size) |
Converter(int size,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
abstract IRubyObject |
decode(Ruby runtime,
java.nio.ByteBuffer format) |
abstract void |
encode(Ruby runtime,
IRubyObject from,
ByteList result) |
java.lang.String |
getType() |
public Converter(int size)
public Converter(int size, java.lang.String type)
public java.lang.String getType()
public abstract IRubyObject decode(Ruby runtime, java.nio.ByteBuffer format)
public abstract void encode(Ruby runtime, IRubyObject from, ByteList result)
Copyright © 2001-2022 JRuby. All Rights Reserved.