Home | Trees | Indices | Help |
|
---|
|
object --+ | _StreamData
A stand-in for a file that decodes VOTable stream data on an as-needed basis.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
minChunk = 20000
|
|||
lastRes = None
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
cleans up at end of stream and sets eof flag. This is called by _fillBuffer exclusively. |
decodes input and sets curChunk, leftover, and fPos accordingly. The method behaves slightly differently when the _eof attribute is true -- normally, it will leave anything after the last line feed alone, but at _eof, it will decode even that. It is an error to pass in anything that has no line break unless at _eof. |
returns a string containing the next nBytes of the input stream. The function raises an IOError if there's not enough data left. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 2 18:04:58 2010 | http://epydoc.sourceforge.net |