Class DecryptInputStream
java.lang.Object
java.io.InputStream
org.apache.derby.impl.store.raw.data.ByteHolderInputStream
org.apache.derby.impl.store.raw.data.BufferedByteHolderInputStream
org.apache.derby.impl.store.raw.data.DecryptInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
A DecryptInputStream is used by stream container to access an encrypted
stream of bytes.
-
Field Summary
FieldsFields inherited from class org.apache.derby.impl.store.raw.data.ByteHolderInputStream
bh
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.impl.store.raw.data.BufferedByteHolderInputStream
available, read, read, skip
Methods inherited from class org.apache.derby.impl.store.raw.data.ByteHolderInputStream
getByteHolder, setByteHolder
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
dataFactory
-
in
-
-
Constructor Details
-
DecryptInputStream
public DecryptInputStream(InputStream in, ByteHolder bh, DataFactory dataFactory) throws IOException - Throws:
IOException
-
-
Method Details
-
fillByteHolder
- Specified by:
fillByteHolder
in classBufferedByteHolderInputStream
- Throws:
IOException
-