|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.util.Pack.Converter
public abstract static class Pack.Converter
| Field Summary | |
|---|---|
int |
size
|
| Constructor Summary | |
|---|---|
Pack.Converter(int size)
|
|
| Method Summary | |
|---|---|
abstract IRubyObject |
decode(Ruby runtime,
java.nio.ByteBuffer format)
|
abstract void |
encode(Ruby runtime,
IRubyObject from,
ByteList result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int size
| Constructor Detail |
|---|
public Pack.Converter(int size)
| Method Detail |
|---|
public abstract IRubyObject decode(Ruby runtime,
java.nio.ByteBuffer format)
public abstract void encode(Ruby runtime,
IRubyObject from,
ByteList result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||