Class FixedLengthOutputStream

java.lang.Object
java.io.OutputStream
org.postgresql.core.FixedLengthOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class FixedLengthOutputStream extends OutputStream
A stream that refuses to write more than a maximum number of bytes.