Immutable class representing an array of bytes in Firestore.
| int | |
| boolean | |
| static Blob |
fromBytes(byte[] bytes)
Creates a new Blob instance from the provided bytes.
|
| int |
hashCode()
|
| byte[] |
toBytes()
|
| String |
toString()
|
Creates a new Blob instance from the provided bytes. Will make a copy of the bytes passed in.
| bytes | The bytes to use for this Blob instance. |
|---|