Class BufferedByteHolderInputStream
java.lang.Object
java.io.InputStream
org.apache.derby.impl.store.raw.data.ByteHolderInputStream
org.apache.derby.impl.store.raw.data.BufferedByteHolderInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Direct Known Subclasses:
DecryptInputStream
,OverflowInputStream
-
Field Summary
Fields 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.ByteHolderInputStream
getByteHolder, setByteHolder
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
BufferedByteHolderInputStream
-
-
Method Details
-
fillByteHolder
- Throws:
IOException
-
read
- Overrides:
read
in classByteHolderInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classByteHolderInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classByteHolderInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classByteHolderInputStream
- Throws:
IOException
-