public abstract class ZippedResultSetReader extends Object implements ResultSetReader
| Constructor and Description | 
|---|
| ZippedResultSetReader(InputStream inStream,
                     Charset encoding,
                     char delimiter,
                     boolean isHeaderRowPresent) | 
| Modifier and Type | Method and Description | 
|---|---|
| char | getDelimiter() | 
| Charset | getEncoding() | 
| String[] | getRow()Returns column values for the current row. | 
| ZipInputStream | getZipStream() | 
| boolean | isHeaderRowPresent() | 
| boolean | next()Returns true if next row is present in result set and moves the cursor to that row. | 
public ZippedResultSetReader(InputStream inStream, Charset encoding, char delimiter, boolean isHeaderRowPresent) throws LensClientIOException
LensClientIOExceptionpublic String[] getRow() throws LensClientIOException
ResultSetReadergetRow in interface ResultSetReaderLensClientIOExceptionpublic boolean next()
             throws LensClientIOException
ResultSetReadernext in interface ResultSetReaderLensClientIOException@Generated(value="lombok") public ZipInputStream getZipStream()
@Generated(value="lombok") public Charset getEncoding()
@Generated(value="lombok") public char getDelimiter()
@Generated(value="lombok") public boolean isHeaderRowPresent()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.