nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.IO.HDF5 / BinaryReader

BinaryReader

Full name Microsoft.VisualBasic.Data.IO.HDF5.device.BinaryReader Assembly Microsoft.VisualBasic.Data.IO.HDF5 Members 5

01 Syntax

Microsoft.VisualBasic.Data.IO.HDF5.device.BinaryReader

02 Methods

NameOverloadsSummary
readInt 1 Read 4 bytes 32 bit integer
readShort 1 read 2 byte integer

03 Properties

NameOverloadsSummary
offset 1 the read position of the file
size 1 The file size in bytes
ByteOrder 1 Represents the possible endianness of binary data.

04 Members

method readInt #
readInt

Read 4 bytes 32 bit integer

method readShort #
readShort

read 2 byte integer

property offset #
offset

the read position of the file

property size #
size

The file size in bytes

property ByteOrder #
ByteOrder

Represents the possible endianness of binary data.