class

Ecma335::BinaryReader

Inherits Reference < Object

Constructors

new(bytes : Bytes)
Source

Instance methods

align4
Source
bytes
Source
offset
Source
offset=(offset : Int32)
Source
read_at_u16(offset : Int32) : UInt16
Source
read_at_u32(offset : Int32) : UInt32
Source
read_at_u64(offset : Int32) : UInt64
Source
read_at_u8(offset : Int32) : UInt8
Source
read_bytes(count : Int32) : Bytes
Source
read_bytes_at(offset : Int32, count : Int32) : Bytes
Source
read_cstring(max_bytes : Int32) : String
Source
read_u16
Source
read_u32
Source
read_u64
Source
read_u8
Source
seek(offset : Int32) : Nil
Source
skip(count : Int32) : Nil
Source