[Missing <summary> documentation for "M:Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override void ReadBytes(
	byte[] b,
	int offset,
	int len,
	bool useBuffer
)
Visual Basic
Public Overrides Sub ReadBytes ( _
	b As Byte(), _
	offset As Integer, _
	len As Integer, _
	useBuffer As Boolean _
)
Visual C++
public:
virtual void ReadBytes(
	array<unsigned char>^ b, 
	int offset, 
	int len, 
	bool useBuffer
) override

Parameters

b
Type: array<System..::..Byte>[]()[][]

[Missing <param name="b"/> documentation for "M:Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

len
Type: System..::..Int32

[Missing <param name="len"/> documentation for "M:Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

useBuffer
Type: System..::..Boolean

[Missing <param name="useBuffer"/> documentation for "M:Lucene.Net.Store.BufferedIndexInput.ReadBytes(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

See Also