class HTTP::FixedLengthContent
Superclass hierarchy
Object
Reference
HTTP::Content
HTTP::FixedLengthContent
Included Modules
IO
Defined in:
Class Method Summary
.new
(io, length)
Instance Method Summary
#read
(slice : Slice(UInt8), count)
#write
(slice : Slice(UInt8), count)
Class Method Detail
def self.
new
(io, length)
Instance Method Detail
def
read
(slice :
Slice
(
UInt8
), count)
def
write
(slice :
Slice
(
UInt8
), count)