FilesReadBlock Method

Read a block of bytes from the file.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static byte[] ReadBlock(
	string path,
	long indexBlock,
	int lengthBlock
)

Parameters

path  String
File path.
indexBlock  Int64
Initial position of the block to be read.
lengthBlock  Int32
Block size to read.

Return Value

Byte
Byte[] with the bytes read.

See Also