パッケージ org.postgresql.util
クラス ReaderInputStream
java.lang.Object
java.io.InputStream
org.postgresql.util.ReaderInputStream
- すべての実装されたインタフェース:
Closeable
,AutoCloseable
ReaderInputStream accepts a UTF-16 char stream (Reader) as input and converts it to a UTF-8 byte stream (InputStream) as output.
This is the inverse of java.io.InputStreamReader which converts a binary stream to a character stream.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
コンストラクタの詳細
-
ReaderInputStream
-
-
メソッドの詳細
-
read
- 定義:
read
クラス内InputStream
- 例外:
IOException
-
read
- オーバーライド:
read
クラス内InputStream
- 例外:
IOException
-
close
- 定義:
close
インタフェース内AutoCloseable
- 定義:
close
インタフェース内Closeable
- オーバーライド:
close
クラス内InputStream
- 例外:
IOException
-