Package mobi :: Package mtld :: Package da :: Package carrier :: Module byte_reader :: Class ByteReader
[hide private]
[frames] | no frames]

Class ByteReader

source code

Instance Methods [hide private]
 
__init__(self, data) source code
 
skip(self, offset) source code
 
getShort(self) source code
 
getInt(self) source code
 
getIntUnsigned(self) source code
 
getLong(self) source code
 
getFloat(self) source code
 
getDouble(self) source code
 
getByte(self) source code
 
getBytes(self, length) source code
 
getStringAscii(self, length) source code
 
getStringUtf8(self, length) source code
Class Variables [hide private]
  _buff = ''
  _position = 0