org.jruby.util
Class Pack.Converter
java.lang.Object
org.jruby.util.Pack.Converter
- Enclosing class:
- Pack
public abstract static class Pack.Converter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size
Pack.Converter
public Pack.Converter(int size)
decode
public abstract IRubyObject decode(Ruby runtime,
java.nio.ByteBuffer format)
encode
public abstract void encode(Ruby runtime,
IRubyObject from,
org.jruby.util.ByteList result)
decode19
public IRubyObject decode19(Ruby runtime,
java.nio.ByteBuffer format)
encode19
public void encode19(Ruby runtime,
IRubyObject from,
org.jruby.util.ByteList result)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.