StreamBlock {Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem} | .NET clr documentation |
A data file
# namespace Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem
export class StreamBlock extends StreamObject {
attributes: LazyAttribute;
description: string;
fileName: string;
# tostring of the StreamObject.referencePath object.
fullName: string;
mimeType: ContentType;
# the byte offset of current file data
offset: integer;
referencePath: FilePath;
# the data size
size: integer;
}
attributes
: LazyAttributemimeType
: ContentTypereferencePath
: FilePath