public class UnmarshalCache extends Object
Constructor and Description |
---|
UnmarshalCache(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLinkType(int c) |
IRubyObject |
readLink(UnmarshalStream input,
int type) |
void |
register(IRubyObject value) |
public UnmarshalCache(Ruby runtime)
public void register(IRubyObject value)
public boolean isLinkType(int c)
public IRubyObject readLink(UnmarshalStream input, int type) throws IOException
IOException
Copyright © 2001-2015 JRuby. All Rights Reserved.