StreamBlock {Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem} .NET clr documentation

StreamBlock

Description

A data file

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. this class extends from StreamObject class: StreamObject
  2. use by property member attributes: LazyAttribute
  3. use by property member mimeType: ContentType
  4. use by property member referencePath: FilePath

[Package {$package} version {$version} Index]