Package gavo :: Package votable :: Module tableparser :: Class BinaryIteratorBase
[frames] | no frames]

Class BinaryIteratorBase

source code

  object --+    
           |    
DataIterator --+
               |
              BinaryIteratorBase
Known Subclasses:

A base class used by Rows to actually iterate over rows in BINARY(2) serialization.

Since the VOTable binary serialization has no framing, we need to present the data stream coming from the parser as a file to the decoder.

Instance Methods
 
__iter__(self) source code

Inherited from DataIterator: __init__

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

Properties

Inherited from object: __class__

Method Details

__iter__(self)

source code 
Overrides: DataIterator.__iter__