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 |
bom_utf16be | [BOM_UTF16BE] outputs a Unicode byte order mark which indicates that a file contains big-endian UTF-16 characters. This constant should be output as the first characters of a file to indicate to... | File |
bom_utf16le | [BOM_UTF16LE] outputs a Unicode byte order mark which indicates that a file contains little-endian UTF-16 characters. This constant should be output as the first characters of a file to indicate to... | File |
bom_utf32be | [BOM_UTF32BE] outputs a Unicode byte order mark which indicates that a file contains big-endian UTF-32 characters. This constant should be output as the first characters of a file to indicate to... | File |
bom_utf32le | [BOM_UTF32LE] outputs a Unicode byte order mark which indicates that a file contains little-endian UTF-32 characters. This constant should be output as the first characters of a file to indicate to... | File |
bom_utf8 | [bom_utf8] is a constant that outputs a Unicode byte order mark which indicates that a file contains UTF-8 characters. This constant should be output as the first characters of a file to... |
File |
bytes->append | Appends the specified data to the end of the bytes instance. Requires one parameter, which is the data to append. | 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->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