java.io.Closeable, java.lang.AutoCloseableBufferedByteHolderInputStreampublic class ByteHolderInputStream
extends java.io.InputStream
| Modifier and Type | Field | Description |
|---|---|---|
protected ByteHolder |
bh |
| Constructor | Description |
|---|---|
ByteHolderInputStream(ByteHolder bh) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
available() |
|
ByteHolder |
getByteHolder() |
|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
|
void |
setByteHolder(ByteHolder bh) |
|
long |
skip(long count) |
protected ByteHolder bh
public ByteHolderInputStream(ByteHolder bh)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long count)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void setByteHolder(ByteHolder bh)
public ByteHolder getByteHolder()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.