public class BlobInputStream extends InputStream
| Constructor and Description |
|---|
BlobInputStream(PGBlob owner,
com.impossibl.postgres.jdbc.LargeObject lo) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
readNextRegion() |
available, mark, markSupported, read, reset, skippublic BlobInputStream(PGBlob owner, com.impossibl.postgres.jdbc.LargeObject lo)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void readNextRegion()
throws IOException
IOExceptionCopyright © 2013–2017 impossibl.com. All rights reserved.