class Ruby::Marshal::ObjectPointer

Defined in:

ruby-marshal/stream_objects/object_pointer.cr

Constructors

Instance Method Summary

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

def self.new(stream : Bytes) #

[View source]

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 #

[View source]
def read(stream : Bytes) #

[View source]