UnpackArchiveFile | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Class UnpackArchiveFile

    Hierarchy

    • UnpackArchiveEntry
      • UnpackArchiveFile
    Index

    Constructors

    • Parameters

      • entry: (
            | {
                directory: string;
                fullPath: string;
                modTime: Instant;
                name: string;
                size: number;
                type: "folder";
            }
            | {
                directory: string;
                fullPath: string;
                modTime: Instant;
                name: string;
                size: number;
                type: "file";
            }
        ) & { type: "file" }
      • reader: ZipArchiveReader

      Returns UnpackArchiveFile

    Properties

    directory: string
    fullPath: string
    modTime: Instant
    name: string
    size: number
    type: "file"

    Methods

    • Returns Promise<ArrayBuffer>

    • Returns Promise<Blob>

    • Returns Promise<Uint8Array<ArrayBufferLike>>

    • Returns ReadableStream<Uint8Array<ArrayBufferLike>>

    • Returns Promise<string>