Get Binary Size
Return the size of a Binary
Description
The brick is designed to calculate and return the size of a binary data input in bytes. It can handle various types of binary data, including File, ArrayBuffers, DataViews, or binary strings. By providing a binary input, the brick determines the size of the data in terms of the number of bytes it occupies.
Inputs
- Control Flow (Control Flow)
- Binary (Object): File, ArrayBuffer, DataView or Binary String
Outputs
- Control Flow (Control Flow)
- Size (Number): The binary size in bytes