Package lacewing :: Module bytereader
[frames] | no frames]

Module bytereader

source code

Implements a way to easily read and write binary types

Classes
  ByteReader
Variables
  BYTE = struct.Struct('b')
  UBYTE = struct.Struct('B')
  SHORT = struct.Struct('h')
  USHORT = struct.Struct('H')
  FLOAT = struct.Struct('f')
  INT = struct.Struct('i')
  UINT = struct.Struct('I')
  __package__ = 'lacewing'