Property Stream
Stream
Gets or Sets the byte stream for this input source.
Declaration
public virtual Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
Stream |
Remarks
The SAX parser will ignore this if there is also a character stream specified, but it will use a byte stream in preference to opening a URI connection itself.
If the application knows the character encoding of the byte stream, it should set it with the setEncoding method.