org.apache.derby.impl.store.raw.data
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
- public class DecryptInputStream
- extends BufferedByteHolderInputStream
A DecryptInputStream is used by stream container to access an encrypted
stream of bytes.
Fields inherited from class java.io.InputStream |
|
Methods inherited from class java.io.InputStream |
close, mark, markSupported, read, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataFactory
protected DataFactory dataFactory
in
protected java.io.InputStream in
DecryptInputStream
public DecryptInputStream(java.io.InputStream in,
ByteHolder bh,
DataFactory dataFactory)
throws java.io.IOException
fillByteHolder
public void fillByteHolder()
throws java.io.IOException
- Specified by:
fillByteHolder
in class BufferedByteHolderInputStream
- Throws:
java.io.IOException
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.