An immutable object representing an array of bytes.
Index
Constructors
Methods
Constructors
Private constructor
Methods
isEqual
toBase64
- to
Base64():string Returns the bytes of a Blob as a Base64-encoded string.
Returnsstring
The Base64-encoded string created from the Blob object.
toUint8Array
- to
Uint8 Array():Uint8Array Returns the bytes of a Blob in a new Uint8Array.
ReturnsUint8Array
The Uint8Array created from the Blob object.
Static fromBase64String
Static fromUint8Array
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.