java.io.Closeable, java.lang.AutoCloseableDecryptInputStream, OverflowInputStreampublic abstract class BufferedByteHolderInputStream extends ByteHolderInputStream
bh| Constructor | Description |
|---|---|
BufferedByteHolderInputStream(ByteHolder bh) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
available() |
|
abstract void |
fillByteHolder() |
|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
|
long |
skip(long count) |
getByteHolder, setByteHolderpublic BufferedByteHolderInputStream(ByteHolder bh)
public abstract void fillByteHolder()
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class ByteHolderInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class ByteHolderInputStreamjava.io.IOExceptionpublic long skip(long count)
throws java.io.IOException
skip in class ByteHolderInputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class ByteHolderInputStreamjava.io.IOExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.