water
Class ValueArray.CsvVAStream

java.lang.Object
  extended by java.io.InputStream
      extended by water.ValueArray.VAStream
          extended by water.ValueArray.CsvVAStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
ValueArray

public static class ValueArray.CsvVAStream
extends ValueArray.VAStream


Field Summary
 
Fields inherited from class water.ValueArray.VAStream
_ab, _ary, _chkidx, _currentChunkSz, _pm
 
Constructor Summary
ValueArray.CsvVAStream(ValueArray ary, Job.ProgressMonitor pm)
           
 
Method Summary
 int available()
           
 void close()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueArray.CsvVAStream

public ValueArray.CsvVAStream(ValueArray ary,
                              Job.ProgressMonitor pm)
Method Detail

available

public int available()
              throws java.io.IOException
Overrides:
available in class ValueArray.VAStream
Throws:
java.io.IOException

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class ValueArray.VAStream

read

public int read()
         throws java.io.IOException
Overrides:
read in class ValueArray.VAStream
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class ValueArray.VAStream
Throws:
java.io.IOException