パッケージ org.postgresql.core

クラス FixedLengthOutputStream

java.lang.Object
java.io.OutputStream
org.postgresql.core.FixedLengthOutputStream
すべての実装されたインタフェース:
Closeable, Flushable, AutoCloseable

public class FixedLengthOutputStream extends OutputStream
A stream that refuses to write more than a maximum number of bytes.
  • コンストラクタの詳細

    • FixedLengthOutputStream

      public FixedLengthOutputStream(int size, OutputStream target)
  • メソッドの詳細