Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
Namespace: Alachisoft.NCache.Runtime.Serialization.IOAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public virtual void Write( sbyte value ) |
| Visual Basic |
|---|
Public Overridable Sub Write ( _ value As SByte _ ) |
| Visual C++ |
|---|
public: virtual void Write( signed char value ) |
Parameters
- value
- Type: System..::..SByte
Object to write