Charset (Stream - Java)

Read-only. Character set used by the external data source.

Defined in

Stream

Data type

String

Syntax

public String getCharset()
    throws NotesException

Usage

Specify the character set for a stream with open.

This property is Unicode for a new Stream object.

Example