Searched refs:ReadByte (Results 1 – 2 of 2) sorted by relevance
257 def ReadByte (stream): function267 bytes.append(ReadByte(stream))273 byte = ReadByte(stream)407 note = ReadByte(stream)408 velocity = ReadByte(stream)441 note = ReadByte(stream)442 velocity = ReadByte(stream)472 note = ReadByte(stream)473 value = ReadByte(stream)498 controller = ReadByte(stream)[all …]
181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream