Class PathDBOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class PathDBOutputStream
    extends OutputStream
    PathDB output stream that saves a record to datastore only on successful completion. This stream implementation *must* be wrapped using a BufferedOutputStream to be efficient.