Package muntjac :: Package terminal :: Module stream_variable :: Class IStreamingEvent
[hide private]
[frames] | no frames]

Class IStreamingEvent

source code

object --+
         |
        IStreamingEvent
Known Subclasses:

Instance Methods [hide private]
 
getFileName(self)
Returns: the file name of the streamed file if known
source code
 
getMimeType(self)
Returns: the mime type of the streamed file if known
source code
 
getContentLength(self)
Returns: the length of the stream (in bytes) if known, else -1
source code
 
getBytesReceived(self)
Returns: then number of bytes streamed to IStreamVariable
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getFileName(self)

source code 
Returns:
the file name of the streamed file if known

getMimeType(self)

source code 
Returns:
the mime type of the streamed file if known

getContentLength(self)

source code 
Returns:
the length of the stream (in bytes) if known, else -1

getBytesReceived(self)

source code 
Returns:
then number of bytes streamed to IStreamVariable