Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ruby-marshal
master
Top Level Namespace
Ruby
Marshal
Array
RubyStreamArray
BigNum
ByteSequence
Class
ExtendedObject
False
Float
FourByteNegativeInt
FourBytePositiveInt
Hash
RawHashObjects
HashWithDefault
Heap
InstanceObject
Integer
InvalidMarshalData
Module
Null
Object
ObjectPointer
RubyStreamObjects
OneByteInt
OneByteNegativeInt
OneBytePositiveInt
Regex
StreamObject
StreamObjectFactory
String
Struct
Symbol
SymbolPointer
ThreeByteNegativeInt
ThreeBytePositiveInt
True
TwoByteNegativeInt
TwoBytePositiveInt
UnsupportedVersion
UserClass
ZeroByteInt
Built with Crystal 1.9.2
2023-10-07 11:11:18 UTC
class
Ruby::Marshal::FourByteNegativeInt
Ruby::Marshal::FourByteNegativeInt
Ruby::Marshal::Integer
Ruby::Marshal::StreamObject
Reference
Object
Defined in:
ruby-marshal/stream_objects/four_byte_negative_int.cr
Constructors
.new
(stream : Bytes)
Instance Method Summary
#read
(stream : Bytes)
Instance methods inherited from class
Ruby::Marshal::Integer
data : Int32
data
,
stream_size
stream_size
Constructor methods inherited from class
Ruby::Marshal::Integer
new(size : Int32)
new
Class methods inherited from class
Ruby::Marshal::Integer
get(stream : Bytes)
get
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
read
(stream : Bytes)
#
[
View source
]