Package org.h2.mvstore.db
Class LobStorageMap.LobInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.h2.mvstore.db.LobStorageMap.LobInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- LobStorageMap
private final class LobStorageMap.LobInputStream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description LobInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] b, int off, int len)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
-
-