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
- All Implemented Interfaces:
- java.io.Closeable
public class DecryptInputStream
- extends BufferedByteHolderInputStream
A DecryptInputStream is used by stream container to access an encrypted
stream of bytes.
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
- 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.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.