class BlobFromLocator.LocatorInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
(package private) long |
currentPositionInBlob |
(package private) long |
length |
(package private) java.sql.PreparedStatement |
pStmt |
Constructor and Description |
---|
BlobFromLocator.LocatorInputStream() |
BlobFromLocator.LocatorInputStream(long pos,
long len) |
long currentPositionInBlob
long length
java.sql.PreparedStatement pStmt
BlobFromLocator.LocatorInputStream() throws java.sql.SQLException
java.sql.SQLException
BlobFromLocator.LocatorInputStream(long pos, long len) throws java.sql.SQLException
java.sql.SQLException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException