Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Stream class

Represents a stream of binary or character data.

Note This class is new with Release 6.

Syntax

public class Stream extends Base

throws NotesException

Containment

Contained by: Session

Properties

Bytes through getBytes

Charset through getCharset

IsEOS through isEOS

IsReadOnly through isReadOnly

Position through getPosition and setPosition

Methods

close

getContents

open

read

readText

recycle

setContents

truncate

write

writeText

Creation and access

To create a Stream object, use the createStream method in Session.

When a stream is created, property values are:

Usage

Use of a Stream object is limited to the thread in which is created.

See examples

Examples: Stream class
Related topics
Java Classes A-Z




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009