public abstract class BufferedByteHolderInputStream extends ByteHolderInputStream
bh| Constructor and Description |
|---|
BufferedByteHolderInputStream(ByteHolder bh) |
| Modifier and Type | Method and 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.