Bytes Node Catalog
Bytes category
Generated from 10 catalog nodes in Utils/Bytes.
Nodes in this category
Showing 10 of 10 generated node docs.
== (Bytes)
Utils/BytesCompares two byte buffers for equality
Byte Length
Utils/BytesHow many bytes the buffer holds
Bytes to Text
Utils/BytesReads a byte buffer as UTF-8 text
Concat Bytes
Utils/BytesAppends byte buffers to each other
Detect Type
Utils/BytesReads the leading bytes to work out what kind of file a buffer holds
Gzip Compress
Utils/BytesCompresses a byte buffer with gzip
Gzip Decompress
Utils/BytesRestores a gzip compressed byte buffer
Slice Bytes
Utils/BytesTakes a range out of a byte buffer
Starts With (Bytes)
Utils/BytesChecks a buffer against a leading byte sequence, for example a file signature
Text to Bytes
Utils/BytesWrites text out as UTF-8 bytes