public interface Reader
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isClosed() |
void |
openReader() |
Row |
read() |
void openReader() throws IOException
IOException
Row read() throws DLIException, IOException
DLIException
IOException
void close() throws IOException
IOException
boolean isClosed()
boolean hasNext()
Copyright © 2023. All rights reserved.