JAVA/CORBA クラス


getContentAsBytes メソッド

現在の MIME エンティティのコンテントを未翻訳のバイトストリームで取得します。

メモ このメソッドは R6 で新しく追加されました。

定義位置

MIMEEntity

構文

public void getContentAsBytes(Stream stream)
    throws NotesException

public void getContentAsBytes(Stream stream, boolean decoded)
    throws NotesException

パラメータ

Stream stream


boolean decoded
使用法

このメソッドは、ストリームの最後にストリームの Position を設定します。

クロスリファレンス

LotusScript NotesMIMEEntity クラスの GetContentAsBytes メソッド


関連項目