| Utf8StringWrite Method (Stream) |
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public void Write(
Stream stream
)
Public Sub Write (
stream As Stream
)
public:
void Write(
Stream^ stream
)
member Write :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
The stream.
Remarks
This writes the utf-8 byte data of the string to the stream. No other information (such as the string length) is written.
See Also