JAVA/CORBA クラス


Stream クラス

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

メモ このクラスは Release 6 で新しく追加されました。

構文
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 オブジェクトの使用は、作成されたスレッドに限られます。


関連項目