ChunkedMemoryStreamWriteByte Method |
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override void WriteByte(
byte value
)
Parameters
- value
- Type: SystemByte
The byte to write to the stream.
See Also