パッケージ org.postgresql.util
クラス StreamWrapper
java.lang.Object
org.postgresql.util.StreamWrapper
- すべての実装されたインタフェース:
Closeable
,AutoCloseable
Wrapper around a length-limited InputStream.
-
コンストラクタの概要
コンストラクタコンストラクタ説明StreamWrapper
(byte[] data, int offset, int length) StreamWrapper
(InputStream stream) StreamWrapper
(InputStream stream, int length) -
メソッドの概要
-
コンストラクタの詳細
-
StreamWrapper
public StreamWrapper(byte[] data, int offset, int length) -
StreamWrapper
-
StreamWrapper
- 例外:
PSQLException
-
-
メソッドの詳細
-
getStream
- 例外:
IOException
-
close
- 定義:
close
インタフェース内AutoCloseable
- 定義:
close
インタフェース内Closeable
- 例外:
IOException
-
getLength
public int getLength() -
getOffset
public int getOffset() -
getBytes
public byte @Nullable [] getBytes() -
toString
-