Click or drag to resize

Utf8StringWrite Method (Stream)

Writes this Utf8String to the specified stream.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public void Write(
	Stream stream
)

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