class Orc::Readers::FloatReader
  
  - Orc::Readers::FloatReader
 - Orc::Readers::Base(Float32)
 - Reference
 - Object
 
Defined in:
orc/readers/float_reader.crConstructors
Instance Method Summary
- 
        #next
        
          
Returns the next element in this iterator, or
Iterator::Stop::INSTANCEif there are no more elements. 
Constructor Detail
Instance Method Detail
        
        def next
        #
      
      
        
              Description copied from module Iterator(Float32)
            
          
          Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.