public abstract static class Pack.Converter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
size |
Constructor and Description |
---|
Pack.Converter(int size) |
Modifier and Type | Method and Description |
---|---|
abstract IRubyObject |
decode(Ruby runtime,
java.nio.ByteBuffer format) |
IRubyObject |
decode19(Ruby runtime,
java.nio.ByteBuffer format) |
abstract void |
encode(Ruby runtime,
IRubyObject from,
org.jruby.util.ByteList result) |
void |
encode19(Ruby runtime,
IRubyObject from,
org.jruby.util.ByteList result) |
public abstract IRubyObject decode(Ruby runtime, java.nio.ByteBuffer format)
public abstract void encode(Ruby runtime, IRubyObject from, org.jruby.util.ByteList result)
public IRubyObject decode19(Ruby runtime, java.nio.ByteBuffer format)
public void encode19(Ruby runtime, IRubyObject from, org.jruby.util.ByteList result)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.