Click or drag to resize

JCOBridgeStreamTWriteByte Method

Writes a byte to the current position in the file stream.

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public override void WriteByte(
	byte value
)

Parameters

value  Byte
A byte value written to the stream.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe stream is closed.
NotSupportedExceptionThe underlying memory does not support writing.- or -An attempt is made to write to the stream and the CanWrite property is false.- or - The current position is at the end of the capacity of the stream.
IOExceptionThe supplied value causes the stream exceed its maximum capacity.
See Also