ColumnStream.Read 方法

从当前流读取字节序列,并将流中的位置向前移动读取的字节数。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Overrides Function Read ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
) As Integer
'Usage
Dim instance As ColumnStream
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
Dim returnValue As Integer

returnValue = instance.Read(buffer, offset, _
    count)
public override int Read(
    byte[] buffer,
    int offset,
    int count
)

parameters

  • 缓冲区
    类型:[]

    要读入的缓冲区。

  • offset
    类型: System.Int32

    要读入的缓冲区中的偏移量。

返回值

类型: System.Int32
读入缓冲区的字节数。

另请参阅

参考

ColumnStream 类

ColumnStream 成员

Microsoft.Isam.Esent.Interop 命名空间