Uses of Class
org.jruby.util.io.RubyInputStream
Packages that use RubyInputStream
-
Uses of RubyInputStream in org.jruby
Methods in org.jruby with parameters of type RubyInputStreamModifier and TypeMethodDescriptionfinal ObjectRubyClass.unmarshal(ThreadContext context, RubyInputStream in, MarshalLoader loader) static RubyArrayRubyArray.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyNumericRubyBignum.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyClassRubyClass.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static IRubyObjectRubyData.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input, RubyClass rbClass) static RubyFixnumRubyFixnum.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyFloatRubyFloat.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyHashRubyHash.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input, boolean defaultValue) static RubyModuleRubyModule.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyStringRubyString.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static IRubyObjectRubyStruct.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) -
Uses of RubyInputStream in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type RubyInputStreamModifier and TypeMethodDescriptionObjectMarshal.unmarshalFrom(ThreadContext context, RubyInputStream in, RubyClass type, MarshalLoader loader) -
Uses of RubyInputStream in org.jruby.runtime.marshal
Methods in org.jruby.runtime.marshal with parameters of type RubyInputStreamModifier and TypeMethodDescriptionvoidMarshalLoader.ivar(ThreadContext context, RubyInputStream in, org.jruby.runtime.marshal.MarshalLoader.MarshalState state, IRubyObject object, boolean[] hasEncoding) byteMarshalLoader.readSignedByte(ThreadContext context, RubyInputStream in) intMarshalLoader.readUnsignedByte(ThreadContext context, RubyInputStream in) voidMarshalLoader.start(ThreadContext context, RubyInputStream in) MarshalLoader.symbol(ThreadContext context, RubyInputStream in) MarshalLoader.unique(ThreadContext context, RubyInputStream in) intMarshalLoader.unmarshalInt(ThreadContext context, RubyInputStream in) MarshalLoader.unmarshalObject(ThreadContext context, RubyInputStream in) MarshalLoader.unmarshalString(ThreadContext context, RubyInputStream in)