Module
BinStream::Decoder
In:
ruby/bstream.rb
Decoder
Methods
read
read_block
read_int2
read_int4
read_int8
Public Instance methods
read
(input)
type, value = read(input)
input: IO object.
return: content type and value object
read_block
(input) {|T_NULL,nil| ...}
read_block
(input) { |type, value| … }
input: IO object.
yield: content type and value object
return: read buffer length
read_int2
(input)
read_int4
(input)
read_int8
(input)
[Validate]