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) |
abstract void |
encode(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)
Copyright © 2001-2015 JRuby. All Rights Reserved.