class documentation
        
        class VArrayMultiReaderNew(ArrayMultiReader, VMultiReader):
Constructor: VArrayMultiReaderNew(data)
Wrapper class of aligned data arrays to be aligned vertically.
| Method | __init__ | 
    accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type | 
  
              Inherited from ArrayMultiReader:
            
| Method | current | 
    Aggregates currentLines information. | 
| Class Variable | idx | 
    Undocumented | 
              Inherited from VMultiReader (via ArrayMultiReader):
            
| Method | align | 
    Undocumented | 
| Method | get | 
    Undocumented | 
| Method | is | 
    Undocumented | 
| Method | new | 
    Undocumented | 
| Instance Variable | idx | 
    Undocumented | 
              Inherited from MultiReader (via ArrayMultiReader, VMultiReader):
            
| Class |  | 
    Single data array reader class. | 
| Method | current | 
    Gets the list of the current alignment values. | 
| Method | next | 
    Gets the list of the next alignment values. | 
| Instance Variable | is | 
    Undocumented |