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)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::RawData self, RawDataSource datasource) -> RawData
source code
 
getDataInBytes(self)
getDataInBytes(RawData self) -> vectoru
source code
 
getDataInLines(self)
getDataInLines(RawData self) -> StringVector
source code
 
getDataLength(self)
getDataLength(RawData self) -> uint32_t
source code
 
getCurrentIndex(self)
getCurrentIndex(RawData self) -> uint32_t
source code
 
setIndex(self, *args)
setIndex(RawData self, uint32_t index)
source code
 
moveIndex(self, *args)
moveIndex(RawData self, int32_t offset)
source code
 
readInto(self, *args)
readInto(RawData self, size_t len)
source code
 
read8(self)
read8(RawData self) -> uint8_t
source code
 
read16Little(self)
read16Little(RawData self) -> uint16_t
source code
 
read32Little(self)
read32Little(RawData self) -> uint32_t
source code
 
read16Big(self)
read16Big(RawData self) -> uint16_t
source code
 
read32Big(self)
read32Big(RawData self) -> uint32_t
source code
 
read(self, *args)
read(RawData self, int32_t size=-1) read(RawData self)
source code
 
readString(self, *args)
readString(RawData self, size_t len) -> std::string
source code
 
getLine(self, *args)
getLine(RawData self, std::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: