Binary data, byte streams, charset conversion, digests, Base64, hex, URL, and SQL byte encodings.
Creates a byte stream.
Tests a byte prefix.
bytes->bestCharset is a member in the Bytes Core group; call it on the receiver shown before the arrow.
Tests whether bytes contain bytes or text.
bytes->detectCharset is a member in the Bytes Core group; call it on the receiver shown before the arrow.
Tests a byte suffix.
bytes->find is a member in the Bytes Core group; call it on the receiver shown before the arrow.
Returns one byte by position.
Returns a range of bytes.
Reserves capacity for bytes.
Returns byte count.
Computes a CRC value.
Decodes Base64 bytes.
Decodes hex bytes.
Decodes quoted-printable bytes.
URL-decodes bytes.
Computes a named digest over bytes.
Base64 encodes bytes.
Hex encodes bytes.
Computes an MD5 encoding.
Quoted-printable encodes bytes.
Escapes bytes for MySQL string literals.
URL-encodes bytes.
Appends bytes or text.
bytes->import16bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
bytes->import32bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
bytes->import64bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
bytes->import8bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
Imports bytes into bytes.
Imports string data into bytes.
Pads bytes on the left.
Pads bytes on the right.
Removes bytes.
bytes->removeLeading is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
bytes->removeTrailing is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
Replaces bytes.
Writes bytes into a range.
Changes byte stream size.
Swaps byte order for binary data.
bytes->trim is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.
Converts bytes to a string.
bytes->eachByte is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->export16bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->export32bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->export64bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->export8bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
Exports bytes from the current position.
bytes->exportSigned16bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->exportSigned32bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->exportSigned64bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->exportSigned8bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
Exports bytes as text.
bytes->forEachByte is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
Reads or writes the marker position.
Reads or writes the current byte position.
Splits a byte stream.