Package org.h2.store
Class LobStorageRemoteInputStream
java.lang.Object
java.io.InputStream
org.h2.store.LobStorageRemoteInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
An input stream used by the client side of a tcp connection to fetch LOB data
on demand from the server.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
LobStorageRemoteInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-