Constructor and Description |
---|
Pack.Converter(int size) |
Pack.Converter(int size,
String type) |
Modifier and Type | Method and Description |
---|---|
abstract IRubyObject |
decode(Ruby runtime,
ByteBuffer format) |
IRubyObject |
decode19(Ruby runtime,
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) |
String |
getType() |
public int size
public String type
public Pack.Converter(int size)
public Pack.Converter(int size, String type)
public String getType()
public abstract IRubyObject decode(Ruby runtime, ByteBuffer format)
public abstract void encode(Ruby runtime, IRubyObject from, org.jruby.util.ByteList result)
public IRubyObject decode19(Ruby runtime, ByteBuffer format)
public void encode19(Ruby runtime, IRubyObject from, org.jruby.util.ByteList result)
Copyright © 2001-2016 JRuby. All Rights Reserved.