protected class Database.DatabaseBinaryStream extends InputStream
| Modifier | Constructor and Description |
|---|---|
protected |
Database.DatabaseBinaryStream(Connection connection,
PreparedStatement statement,
InputStream jdbcBinaryStream) |
protected Database.DatabaseBinaryStream(Connection connection, PreparedStatement statement, InputStream jdbcBinaryStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreamCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.