Package org.h2.store

Class LobStorageRemoteInputStream

java.lang.Object
java.io.InputStream
org.h2.store.LobStorageRemoteInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LobStorageRemoteInputStream extends InputStream
An input stream used by the client side of a tcp connection to fetch LOB data on demand from the server.
  • Field Details

    • sessionRemote

      private final SessionRemote sessionRemote
    • lobId

      private final long lobId
      The lob id.
    • hmac

      private final byte[] hmac
    • pos

      private long pos
      The position.
  • Constructor Details

    • LobStorageRemoteInputStream

      public LobStorageRemoteInputStream(SessionRemote handler, long lobId, byte[] hmac)
  • Method Details