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 ByteHolderInputStream
bh -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ByteHolderInputStream
getByteHolder, setByteHolderMethods inherited from class InputStream
close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
BufferedByteHolderInputStream
-
-
Method Details
-
fillByteHolder
- Throws:
IOException
-
read
- Overrides:
readin classByteHolderInputStream- Throws:
IOException
-
read
- Overrides:
readin classByteHolderInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classByteHolderInputStream- Throws:
IOException
-
available
- Overrides:
availablein classByteHolderInputStream- Throws:
IOException
-