Stream (Java™)

バイナリデータまたは文字データのストリームを表します。

注: このクラスは、R6 で新しく追加されました。

構文

public class Stream extends Base
    throws NotesException

包含関係

包含元: Session

プロパティ

Bytes (getBytes を使用)

Charset (getCharset を使用)

IsEOS (isEOS を使用)

IsReadOnly (isReadOnly を使用)

Position (getPosition と setPosition を使用)

メソッド

close

getContents

open

read

readText

recycle

setContents

truncate

write

writeText

作成方法とアクセス方法

Stream オブジェクトを作成するには、Session の createStream メソッドを使用します。

ストリームを作成するときのプロパティ値は次のとおりです。

使用法

Stream オブジェクトの使用は、作成されたスレッドに限られます。