Click or drag to resize

Utf8StringWrite(Stream) Method

Writes this Utf8String to the specified stream.

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

Parameters

stream  Stream
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