private abstract static class Pack.ConverterExecutor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Pack.Converter |
converter |
| Modifier | Constructor and Description |
|---|---|
private |
ConverterExecutor() |
| Modifier and Type | Method and Description |
|---|---|
abstract IRubyObject |
decode(Ruby runtime,
java.nio.ByteBuffer format) |
abstract void |
encode(Ruby runtime,
IRubyObject from,
org.jruby.util.ByteList result) |
void |
setConverter(Pack.Converter converter) |
protected Pack.Converter converter
public void setConverter(Pack.Converter converter)
public abstract IRubyObject decode(Ruby runtime, java.nio.ByteBuffer format)
public abstract void encode(Ruby runtime, IRubyObject from, org.jruby.util.ByteList result)