Writes buffer to the current stream and advances the stream position. This method writes directly to the underlying stream.

Namespace: Alachisoft.NCache.Runtime.Serialization.IO
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public abstract void Write(
	byte[] buffer
)
Visual Basic
Public MustOverride Sub Write ( _
	buffer As Byte() _
)
Visual C++
public:
virtual void Write(
	array<unsigned char>^ buffer
) abstract

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
Object to write

See Also