Package fife :: Module fife :: Class RawData
[hide private]
[frames] | no frames]

Class RawData

source code

_object --+
          |
         RawData

Proxy of C++ FIFE::RawData class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(self, RawDataSource datasource) -> RawData
source code
vectoru
getDataInBytes(self) source code
StringVector
getDataInLines(self) source code
unsigned int
getDataLength(self) source code
unsigned int
getCurrentIndex(self) source code
 
setIndex(self, *args)
setIndex(self, unsigned int index)
source code
 
moveIndex(self, *args)
moveIndex(self, int offset)
source code
 
readInto(self, *args)
readInto(self, size_t len)
source code
uint8_t
read8(self) source code
uint16_t
read16Little(self) source code
uint32_t
read32Little(self) source code
uint16_t
read16Big(self) source code
uint32_t
read32Big(self) source code
 
read(self, *args)
read(self, int size = -1) read(self)
source code
 
readString(self, *args)
readString(self, size_t len) -> string
source code
 
getLine(self, *args)
getLine(self, string buffer) -> bool
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_RawData
  __del__ = lambda self: