|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
water.ValueArray.VAStream
water.ValueArray.CsvVAStream
public static class ValueArray.CsvVAStream
| 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 |
|---|
public ValueArray.CsvVAStream(ValueArray ary,
Job.ProgressMonitor pm)
| Method Detail |
|---|
public int available()
throws java.io.IOException
available in class ValueArray.VAStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in class ValueArray.VAStream
public int read()
throws java.io.IOException
read in class ValueArray.VAStreamjava.io.IOException
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class ValueArray.VAStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||