SKWStream.Write8(Byte) Method

Definition

Write a single byte to the stream.

public bool Write8 (byte value);

Parameters

value
Byte

The byte to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to