Name | Summary | Category |
bytes | [Bytes] creates a byte stream that can be used to work with binary data or to convert strings from one character set to another. The [Bytes] method can be used to instantiate a new bytes object, or... | Bytes |
bytes->append | Appends the specified data to the end of the bytes instance. Requires one parameter, which is the data to append. | Bytes |
bytes->export8bits | [bytes->export8Bits] returns the next 8 bits (1 byte) of a byte stream as an integer. Bytes objects keep an internal marker pointing to the next byte(s) to be exported. Subsequent calls to any of... | Bytes |
bytes->export16bits | [Bytes->Export16Bits] returns the next 16 bits (2 bytes) of a byte stream as an integer. Bytes objects keep an internal marker pointing to the next byte(s) to be exported. Subsequent calls to any... | Bytes |
bytes->export32bits | [bytes->export32Bits] returns the next 32 bits (4 bytes) of a byte stream as an integer. Bytes objects keep an internal marker pointing to the next byte(s) to be exported. Subsequent calls to any... | Bytes |
bytes->export64bits | [bytes->export64Bits] returns the next 64 bits (8 bytes) of a byte stream as an integer. Bytes objects keep an internal marker pointing to the next byte(s) to be exported. Subsequent calls to any... | Bytes |
bytes->encodeurl | No description available. | Bytes |
bytes->decodeurl | No description available. | Bytes |
bytes->encodebase64 | [bytes->encodebase64] encodes a bytes object as base64 encoded. | Bytes |
bytes->decodebase64 | [bytes->decodebase64] decodes a bytes object encoded as base64 and returns a string. | Bytes |
bytes->encodeqp | No description available. | Bytes |
bytes->decodeqp | No description available. | Bytes |
bytes->encodemd5 | No description available. | Bytes |
bytes->encodehex | No description available. | Bytes |
bytes->decodehex | No description available. | Bytes |
bytes->compress | No description available. | Bytes |
bytes->detectcharset | No description available. | Bytes |
bytes->bestcharset | No description available. | Bytes |
bytes->crc | No description available. | Bytes |
bytes->asString | [bytes->asString] outputs a bytes object as a string using UTF-8 encoding. | Bytes |
bytes->contains | No description available. | Bytes |
bytes->beginsWith | No description available. | Bytes |
bytes->endsWith | No description available. | Bytes |
bytes->exportAs | No description available. | Bytes |
bytes->eachByte | No description available. | Bytes |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft