Edit

ColumnStream.Write 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:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Overrides Sub Write ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
)
'Usage
Dim instance As ColumnStream
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer

instance.Write(buffer, offset, count)
public override void Write(
    byte[] buffer,
    int offset,
    int count
)

Parameters

  • buffer
    Type: []

    The buffer to write from.

  • offset
    Type: System.Int32

    The offset in the buffer to write.

See also

Reference

ColumnStream class

ColumnStream members

Microsoft.Isam.Esent.Interop namespace