StreamPack {Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem} | .NET clr documentation |
Hierarchical Data Stream Pack, A hdf5 liked file format
# namespace Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem
export class StreamPack {
# gets the file path of the underlying stream data of current stream pack object
filepath: string;
# get all data files inside this hds data
# pack, not includes directory.
files: StreamBlock[];
globalAttributes: LazyAttribute;
is_readonly: boolean;
isDiskFile: boolean;
superBlock: StreamGroup;
}
files
: StreamBlockglobalAttributes
: LazyAttributesuperBlock
: StreamGroup