public class JDBCBinaryInputStream extends ContentInputStream
| Modifier and Type | Field and Description |
|---|---|
protected PreparedStatement |
ps |
protected ResultSet |
rs |
length, stream| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
getLengthprotected PreparedStatement ps
protected ResultSet rs
public int available()
throws IOException
available in class ContentInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ContentInputStreamIOExceptionpublic void mark(int readlimit)
mark in class ContentInputStreampublic boolean markSupported()
markSupported in class ContentInputStreampublic int read()
throws IOException
read in class ContentInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class ContentInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class ContentInputStreamIOExceptionpublic void reset()
throws IOException
reset in class ContentInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class ContentInputStreamIOException