Class StreamBackedBinaryStream

java.lang.Object
org.hibernate.engine.jdbc.internal.StreamBackedBinaryStream
All Implemented Interfaces:
BinaryStream

public class StreamBackedBinaryStream extends Object implements BinaryStream
Implementation of BinaryStream backed by an InputStream.
Since:
7.0
  • Constructor Details

    • StreamBackedBinaryStream

      public StreamBackedBinaryStream(InputStream stream, long length)
  • Method Details