Module idaapi :: Class qfile_t
[frames] | no frames]

Class qfile_t

object --+
         |
        qfile_t

Proxy of C++ qfile_t class

Instance Methods
 
__repr__(self)
repr(x)
 
__init__(self, *args)
__init__(self, qfile_t rhs) -> qfile_t __init__(self, PyObject pycobject = None) -> qfile_t
bool
opened(self)
 
close(self)
 
open(self, *args)
open(self, char filename, char mode) -> bool
FILE
get_fp(self)
 
seek(self, *args)
seek(self, int32 offset, int whence = SEEK_SET) -> int
int32
tell(self)
 
readbytes(self, *args)
readbytes(self, int size, bool big_endian) -> PyObject
 
read(self, *args)
read(self, int size) -> PyObject
 
gets(self, *args)
gets(self, int size) -> PyObject
 
writebytes(self, *args)
writebytes(self, PyObject py_buf, bool big_endian) -> int
 
write(self, *args)
write(self, PyObject py_buf) -> int
 
puts(self, *args)
puts(self, char str) -> int
int32
size(self)
int
flush(self)
PyObject
filename(self)
PyObject
get_char(self)
 
put_char(self, *args)
put_char(self, char chr) -> int

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Static Methods
 
from_fp(*args)
from_fp(FILE fp) -> qfile_t
 
from_cobject(*args)
from_cobject(PyObject pycobject) -> qfile_t
qfile_t
tmpfile()
Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  __idc_cvt_id__ = _swig_property(_idaapi.qfile_t___idc_cvt_id__...
  __swig_destroy__ = _idaapi.delete_qfile_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

 

__init__(self, qfile_t rhs) -> qfile_t __init__(self, PyObject pycobject = None) -> qfile_t

Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

__idc_cvt_id__

Value:
_swig_property(_idaapi.qfile_t___idc_cvt_id___get, _idaapi.qfile_t___i\
dc_cvt_id___set)