| Examples: Bytes property | This example gets the total bytes of all the normal files in a directory by opening each file as a stream and getting the Byte property. |
| Examples: Charset property (NotesStream) | This agent uses the file "CHARACTERS.TRK" with Turkish (ISO-8859-4) characters in it to create a message. To correctly display the message, your machine… |
| Examples: Close method (NotesStream) | This example gets information on the normal files in a directory by opening each file as a stream. The agent reuses the same NotesStream object by… |
| Examples: IsEOS property | This agent reads and processes blocks of bytes until end of stream occurs. |
| Examples: IsReadOnly property | This agent opens a stream for a file and writes to it. If the file is read-only, the agent exits. |
| Examples: Open method (NotesStream) | 1. This example gets information on the normal files in a directory by opening each file as a stream. The agent reuses the same NotesStream object by… |
| Examples: Position property (NotesStream) | This agent writes the content of the Body item of the selected document to a stream, then positions the stream to the beginning (0) before reading from it. |