| e-CryptIt Engine REALbasic Plugin |
|
UUCoderStream.Write Method
The method to use to add data to a stream in encoding mode.
If writing was not successful then the ErrorValue property of the class will contain a non-zero value.
Write(
data as String)
Parameters
- data
- String to add to the stream.
Remarks
See Also
UUCoderStream Class