Interface Blob

バイナリ情報を表すクラスです。This class represents binary information.

Hierarchy

  • Blob

Methods

  • Blobのバイナリデータを取得します。Gets the Blob's binary data.

    Returns

    バイナリデータ binary data

    Returns Uint8Array

  • Blobのコンテンツタイプを取得します。Gets the content type of the Blob.

    Returns

    コンテンツタイプ content type

    Returns string

  • Blob名を取得します。Gets the Blob name.

    Returns

    Blob名Blob name

    Returns string

  • Blobにバイナリデータを設定します。Set binary data in the Blob.

    Returns

    BlobBlob

    Parameters

    • bytes: Uint8Array

      バイナリデータ binary data

    Returns Blob

  • Blobにコンテンツタイプを設定します。Set the content type for the Blob.

    Returns

    BlobBlob

    Parameters

    • contentType: string

      コンテンツタイプ content type

    Returns Blob

  • Blob名を設定します。Specify the Blob name.

    Returns

    BlobBlob

    Parameters

    • name: string

      Blob名Blob name

    Returns Blob