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

関連項目