org.jruby.runtime.marshal
Class UnmarshalCache

java.lang.Object
  extended byorg.jruby.runtime.marshal.UnmarshalCache

public class UnmarshalCache
extends java.lang.Object


Constructor Summary
UnmarshalCache(Ruby runtime)
           
 
Method Summary
 boolean isLinkType(int c)
           
 IRubyObject readLink(UnmarshalStream input, int type)
           
 void register(IRubyObject value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshalCache

public UnmarshalCache(Ruby runtime)
Method Detail

register

public void register(IRubyObject value)

isLinkType

public boolean isLinkType(int c)

readLink

public IRubyObject readLink(UnmarshalStream input,
                            int type)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.