Click or drag to resize

ChunkedMemoryStreamWriteByte Method

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public override void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte
The byte to write to the stream.
See Also