Uses of Class
org.jruby.runtime.marshal.UnmarshalStream

Packages that use UnmarshalStream
org.jruby   
org.jruby.runtime.marshal   
 

Uses of UnmarshalStream in org.jruby
 

Methods in org.jruby with parameters of type UnmarshalStream
static RubyArray RubyArray.unmarshalFrom(UnmarshalStream input)
           
static RubyBignum RubyBignum.unmarshalFrom(UnmarshalStream input)
           
static RubyModule RubyClass.unmarshalFrom(UnmarshalStream output)
           
static RubyFixnum RubyFixnum.unmarshalFrom(UnmarshalStream input)
           
static RubyHash RubyHash.unmarshalFrom(UnmarshalStream input)
           
static RubyModule RubyModule.unmarshalFrom(UnmarshalStream input)
           
static RubyString RubyString.unmarshalFrom(UnmarshalStream input)
           
static RubyStruct RubyStruct.unmarshalFrom(UnmarshalStream input)
           
static RubySymbol RubySymbol.unmarshalFrom(UnmarshalStream input)
           
 

Uses of UnmarshalStream in org.jruby.runtime.marshal
 

Methods in org.jruby.runtime.marshal with parameters of type UnmarshalStream
 IRubyObject UnmarshalCache.readLink(UnmarshalStream input, int type)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.