パッケージ org.postgresql.core
クラス FixedLengthOutputStream
java.lang.Object
java.io.OutputStream
org.postgresql.core.FixedLengthOutputStream
- すべての実装されたインタフェース:
Closeable
,Flushable
,AutoCloseable
A stream that refuses to write more than a maximum number of bytes.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.io.OutputStream
close, flush, nullOutputStream, write
-
コンストラクタの詳細
-
FixedLengthOutputStream
-
-
メソッドの詳細
-
write
- 定義:
write
クラス内OutputStream
- 例外:
IOException
-
write
- オーバーライド:
write
クラス内OutputStream
- 例外:
IOException
-
remaining
public int remaining()
-