Bytes and Encoding

Binary data, byte streams, charset conversion, digests, Base64, hex, URL, and SQL byte encodings.

Subcategories

Bytes Core 11Bytes Encoding 12Bytes Mutation 17Bytes Position and Export 16

Reference Pages

bytes

Creates a byte stream.

bytes->bestCharset

bytes->bestCharset is a member in the Bytes Core group; call it on the receiver shown before the arrow.

bytes->detectCharset

bytes->detectCharset is a member in the Bytes Core group; call it on the receiver shown before the arrow.

bytes->find

bytes->find is a member in the Bytes Core group; call it on the receiver shown before the arrow.

bytes->import16bits

bytes->import16bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->import32bits

bytes->import32bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->import64bits

bytes->import64bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->import8bits

bytes->import8bits is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->removeLeading

bytes->removeLeading is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->removeTrailing

bytes->removeTrailing is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->trim

bytes->trim is a member in the Bytes Mutation group; call it on the receiver shown before the arrow.

bytes->eachByte

bytes->eachByte is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->export16bits

bytes->export16bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->export32bits

bytes->export32bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->export64bits

bytes->export64bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->export8bits

bytes->export8bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->exportSigned16bits

bytes->exportSigned16bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->exportSigned32bits

bytes->exportSigned32bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->exportSigned64bits

bytes->exportSigned64bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->exportSigned8bits

bytes->exportSigned8bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.

bytes->forEachByte

bytes->forEachByte is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.