FilesReadBlock Method
Read a block of bytes from the file.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static byte[] ReadBlock(
string path,
long indexBlock,
int lengthBlock
)
Public Shared Function ReadBlock (
path As String,
indexBlock As Long,
lengthBlock As Integer
) As Byte()
- path String
- File path.
- indexBlock Int64
- Initial position of the block to be read.
- lengthBlock Int32
- Block size to read.
ByteByte[] with the bytes read.