public class ClobReader extends Reader
| Constructor and Description |
|---|
ClobReader(com.impossibl.postgres.jdbc.LargeObject lo) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] chars,
int off,
int len) |
void |
readNextRegion() |
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] chars,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void readNextRegion()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.