| GeneralStreamWrite Method  | 
            Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic override void Write(
	byte[] buffer,
	int offset,
	int count
)
Parameters
- buffer
 - Type: SystemByte
Buffer - offset
 - Type: SystemInt32
Offset - count
 - Type: SystemInt32
Number of chars 
See Also