Class TempBufferContentHandler

java.lang.Object
com.saperion.rmi.TempBufferContentHandler
All Implemented Interfaces:
SerializableStreamContentHandler, Closeable, AutoCloseable

public class TempBufferContentHandler extends Object implements SerializableStreamContentHandler
A SerializableStreamContentHandler that writes to a temporary buffer.
  • Constructor Details

    • TempBufferContentHandler

      public TempBufferContentHandler()
      Default constructor that reads the following settings from saperion.properties.
      • operations.binary.tempdir = the directory to store the temporary files
      • operations.binary.inmemorybytes = number of bytes to keep in memory
  • Method Details