org.h2.store
public static class LobStorage.RemoteInputStream extends InputStream
Constructor and Description |
---|
LobStorage.RemoteInputStream(DataHandler handler,
long lob,
byte[] hmac,
long byteCount) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] buff) |
int |
read(byte[] buff,
int off,
int length) |
long |
skip(long n) |
available, close, mark, markSupported, reset
public LobStorage.RemoteInputStream(DataHandler handler, long lob, byte[] hmac, long byteCount)
public int read() throws IOException
read
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
public long skip(long n)
skip
in class InputStream
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.