static class LOBTest.RealInputStream
extends java.io.InputStream
InputStream
that only returns a limited
number of bytes on read (less than the requested number of bytes).
Used for testing Blob
insert behavior.
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LENGTH
Length of the stream.
|
private int |
pos
Current position in the stream.
|
Constructor and Description |
---|
LOBTest.RealInputStream() |
static final int LENGTH
private int pos
Generated on June 8 2013