Name | Summary | Category |
bytes->jbyte | No description available. | Bytes |
bytes->getrange | [Bytes->GetRange] returns a sequence of bytes from a byte stream as a string. The byte stream is not modified by this method so it can be used to peek ahead. The first parameter specifies... | Bytes |
bytes->importas | [Bytes->ImportString] imports a string into the byte stream converting each character using the desired character encoding. The method requires two parameters, the data to be imported and... | Bytes |
bytes->import8bits | [bytes->import8Bits] appends 1 byte of an integer onto the end of the byte stream. The integer parameter is converted into an unsigned char and then imported. Therefore, the only possible range... | Bytes |
bytes->import32bits | [bytes->import32Bits] appends the low 32 bits (4 bytes) of an integer onto the end of the byte stream. | Bytes |
bytes->import64bits | [bytes->import64Bits] appends the low 64 bits (8 bytes) of an integer onto the end of the byte stream. | Bytes |
bytes->import16bits | [bytes->import16Bits] appends the low 16 bits (2 bytes) of an integer onto the end of the byte stream. The integer parameter is converted into an unsigned short and then imported. | Bytes |
bytes->importbytes | No description available. | Bytes |
bytes->importpointer | No description available. | 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->exportbytes | No description available. | Bytes |
bytes->exportsigned8bits | No description available. | Bytes |
bytes->exportsigned16bits | No description available. | Bytes |
bytes->exportsigned32bits | No description available. | Bytes |
bytes->exportsigned64bits | No description available. | Bytes |
bytes->importString | [Bytes->ImportString] imports a string into the byte stream converting each character using the desired character encoding. The method requires two parameters, the data to be imported and the... | Bytes |
bytes->find | No description available. | Bytes |
bytes->get | No description available. | Bytes |
bytes->exportAs | No description available. | Bytes |
bytes->exportString | No description available. | Bytes |
bytes->exportPointerBits | No description available. | Bytes |
bytes->forEachByte | 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