public class LobStorageBackend.LobInputStream extends InputStream
Constructor and Description |
---|
LobInputStream(long lobId,
long byteCount) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
int |
read(byte[] buff) |
int |
read(byte[] buff,
int off,
int length) |
long |
skip(long n) |
close, mark, markSupported, reset
public LobInputStream(long lobId, long byteCount) throws SQLException
SQLException
public int read() throws IOException
read
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public int read(byte[] buff) throws IOException
read
in class InputStream
IOException
public int read(byte[] buff, int off, int length) throws IOException
read
in class InputStream
IOException
Copyright © 2020 JBoss by Red Hat. All rights reserved.