public class BlobInputStream extends InputStream
| Constructor and Description |
|---|
BlobInputStream(com.impossibl.postgres.jdbc.LargeObject lo) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
readNextRegion() |
available, close, mark, markSupported, read, reset, skippublic BlobInputStream(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 readNextRegion()
throws IOException
IOExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.