class Ruby::Marshal::ObjectPointer
- Ruby::Marshal::ObjectPointer
- Ruby::Marshal::StreamObject
- Reference
- Object
Defined in:
ruby-marshal/stream_objects/object_pointer.crConstructors
Instance Method Summary
- #data : Array(Ruby::Marshal::Array::RubyStreamArray) | Bool | Float64 | Hash(Ruby::Marshal::StreamObject, Ruby::Marshal::StreamObject) | Int32 | Regex | Ruby::Marshal::StreamObject | Slice(UInt8) | String | Nil
- #read(stream : Bytes)
Instance methods inherited from class Ruby::Marshal::StreamObject
size : Int32
size,
stream_size
stream_size
Constructor methods inherited from class Ruby::Marshal::StreamObject
new(size : Int32)
new
Constructor Detail
Instance Method Detail
def data : Array(Ruby::Marshal::Array::RubyStreamArray) | Bool | Float64 | Hash(Ruby::Marshal::StreamObject, Ruby::Marshal::StreamObject) | Int32 | Regex | Ruby::Marshal::StreamObject | Slice(UInt8) | String | Nil
#