Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
interval_response
master
IntervalResponse
IOSequence
Interval
Built with Crystal 1.9.2
2023-10-07 21:41:36 UTC
class
IntervalResponse::IOSequence::Interval
IntervalResponse::IOSequence::Interval
Reference
Object
Defined in:
interval_response/io_sequence.cr
Constructors
.new
(io : IO, offset : UInt64, size : UInt64, index : Int32)
Instance Method Summary
#index
: Int32
#io
: IO
#offset
: UInt64
#size
: UInt64
Constructor Detail
def self.
new
(io : IO, offset : UInt64, size : UInt64, index : Int32)
#
[
View source
]
Instance Method Detail
def
index
: Int32
#
[
View source
]
def
io
: IO
#
[
View source
]
def
offset
: UInt64
#
[
View source
]
def
size
: UInt64
#
[
View source
]