BufferRegion {Microsoft.VisualBasic.Data.IO} | .NET clr documentation |
A binary data region in the binary raw data file
# namespace Microsoft.VisualBasic.Data.IO
export class BufferRegion {
nextBlock: integer;
# the start position of the data region
position: integer;
# the region size in bytes
size: integer;
}