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, setByteHolder
public BufferedByteHolderInputStream(ByteHolder bh)
public abstract void fillByteHolder() throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in class ByteHolderInputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class ByteHolderInputStream
java.io.IOException
public long skip(long count) throws java.io.IOException
skip
in class ByteHolderInputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class ByteHolderInputStream
java.io.IOException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.