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 Object
RubyClass.unmarshal
(ThreadContext context, RubyInputStream in, MarshalLoader loader) static RubyArray
RubyArray.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyNumeric
RubyBignum.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyClass
RubyClass.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static IRubyObject
RubyData.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input, RubyClass rbClass) static RubyFixnum
RubyFixnum.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyFloat
RubyFloat.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyHash
RubyHash.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input, boolean defaultValue) static RubyModule
RubyModule.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyString
RubyString.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static IRubyObject
RubyStruct.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 TypeMethodDescriptionvoid
MarshalLoader.ivar
(ThreadContext context, RubyInputStream in, org.jruby.runtime.marshal.MarshalLoader.MarshalState state, IRubyObject object, boolean[] hasEncoding) byte
MarshalLoader.readSignedByte
(ThreadContext context, RubyInputStream in) int
MarshalLoader.readUnsignedByte
(ThreadContext context, RubyInputStream in) void
MarshalLoader.start
(ThreadContext context, RubyInputStream in) MarshalLoader.symbol
(ThreadContext context, RubyInputStream in) MarshalLoader.unique
(ThreadContext context, RubyInputStream in) int
MarshalLoader.unmarshalInt
(ThreadContext context, RubyInputStream in) MarshalLoader.unmarshalObject
(ThreadContext context, RubyInputStream in) MarshalLoader.unmarshalString
(ThreadContext context, RubyInputStream in)