com.partnersoft.maps.rover
Class SequentialRoverBytesInput

java.lang.Object
  extended by com.partnersoft.io.AbstractIterableInput<T>
      extended by com.partnersoft.io.SequentialIterableInput<RoverBytes>
          extended by com.partnersoft.maps.rover.SequentialRoverBytesInput
All Implemented Interfaces:
IterableInput<RoverBytes>, RoverBytesInput, java.lang.Iterable<RoverBytes>

public class SequentialRoverBytesInput
extends SequentialIterableInput<RoverBytes>
implements RoverBytesInput


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.partnersoft.io.IterableInput
IterableInput.Status
 
Constructor Summary
SequentialRoverBytesInput(java.lang.Iterable<IterableInput<RoverBytes>> inputs)
           
SequentialRoverBytesInput(RoverBytesInput... inputs)
           
 
Method Summary
 
Methods inherited from class com.partnersoft.io.SequentialIterableInput
closeImp, fetchImp, getFetched, openImp
 
Methods inherited from class com.partnersoft.io.AbstractIterableInput
close, fetch, getException, getStatus, isFetchValid, iterator, open
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.partnersoft.io.IterableInput
close, fetch, getException, getFetched, getStatus, isFetchValid, iterator, open
 

Constructor Detail

SequentialRoverBytesInput

public SequentialRoverBytesInput(java.lang.Iterable<IterableInput<RoverBytes>> inputs)

SequentialRoverBytesInput

public SequentialRoverBytesInput(RoverBytesInput... inputs)