Package rekall :: Package plugins :: Package tools :: Module aff4acquire :: Class AFF4ProgressReporter
[frames] | no frames]

Class AFF4ProgressReporter

source code


Instance Methods
 
__init__(self, session, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
Report(self, readptr)
This will be called periodically to report the progress.
source code

Inherited from pyaff4.aff4.ProgressContext: now

Inherited from unreachable.newobject: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from pyaff4.aff4.ProgressContext: last_offset, last_time, length, start

Properties

Inherited from object: __class__

Method Details

__init__(self, session, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Report(self, readptr)

source code 

This will be called periodically to report the progress.

Note that readptr is specified relative to the start of the range operation (WriteStream and CopyToStream)

Overrides: pyaff4.aff4.ProgressContext.Report