PG::XLogData
Inherits IO::Memory < IO < Reference < Object
Constructors
Instance methods
read_char
Reads a single Char from this IO. Returns nil if there is no
more data to read.
io = IO::Memory.new "あ"
io.read_char # => 'あ'
io.read_char # => nil
read_int16
Sourceread_int32
Sourceread_int64
Sourceread_string
Sourceread_uint64
Sourceread_uint8
Sourceto_bytes
Source