FileStreamWriteByte Method |
Writes byte to the stream.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax public override void WriteByte(
byte value
)
Parameters
- value
- Type: SystemByte
Value to write.
See Also