Reads a specified number of bytes into an array at the specified offset.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract void ReadBytes( byte[] b, int offset, int len ) |
Visual Basic |
---|
Public MustOverride Sub ReadBytes ( _ b As Byte(), _ offset As Integer, _ len As Integer _ ) |
Visual C++ |
---|
public: virtual void ReadBytes( array<unsigned char>^ b, int offset, int len ) abstract |
Parameters
- b
- Type: array<System..::..Byte>[]()[][]
the array to read bytes into
- offset
- Type: System..::..Int32
the offset in the array to start storing bytes
- len
- Type: System..::..Int32
the number of bytes to read