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 ByteHolderInputStream
bh -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BufferedByteHolderInputStream
available, read, read, skipMethods inherited from class ByteHolderInputStream
getByteHolder, setByteHolderMethods inherited from class 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:
fillByteHolderin classBufferedByteHolderInputStream- Throws:
IOException
-