| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| ram — Static Property, class com.adobe.flascc.CModule |
|
Returns the ByteArray object using as RAM
|
| read(fd:int, bufPtr:int, nbyte:int, errnoPtr:int) — method, class com.adobe.flascc.Console |
|
The PlayerKernel implementation uses this function to handle
C IO read requests to the file "/dev/tty" (for example, reads from stdin
will expect this function to provide the data). |
| read(A_fd:int, A_buf:int, A_nbyte:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| read(fd:int, buf:int, nbyte:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
| |
| read(fileDescriptor:int, bufPtr:int, nbyte:int, errnoPtr:int) — method, interface com.adobe.flascc.vfs.ISpecialFile |
|
This matches the signature of read from the IKernel interface. |
| read16(ptr:int) — Static Method , class com.adobe.flascc.CModule |
|
Read a 16 bit value from domainMemory with zero padding to extend it to a 32 bit signed integer. |
| read32(ptr:int) — Static Method , class com.adobe.flascc.CModule |
|
Read a 32 bit value from domainMemory. |
| read8(ptr:int) — Static Method , class com.adobe.flascc.CModule |
|
Read an 8 bit value from domainMemory with zero padding to extend it to a 32 bit signed integer. |
| readable — Property, class com.adobe.flascc.vfs.FileHandle |
|
True if this file descriptor was opened with O_RDWR or if it was not opened as O_WRONLY. |
| readBytes(ptr:int, length:uint, dst:flash.utils:IDataOutput) — Static Method , class com.adobe.flascc.CModule |
|
Copy data from domainMemory into an object implementing the IDataOutput interface (ByteArray, FileStream, Socket etc)
|
| readDouble(ptr:int) — Static Method , class com.adobe.flascc.CModule |
|
Read a 64 bit floating point value from domainMemory
|
| readFloat(ptr:int) — Static Method , class com.adobe.flascc.CModule |
|
Read a 32 bit floating point value from domainMemory
|
| readIntVector(ptr:int, count:int) — Static Method , class com.adobe.flascc.CModule |
|
Read count integers from the offset ptr in domainMemory into a Vector of ints. |
| readOnly — Property, interface com.adobe.flascc.vfs.IBackingStore |
|
Determines whether the filesystem may be changed. |
| readOnly — Property, class com.adobe.flascc.vfs.InMemoryBackingStore |
|
This BackingStore is read-write, so this always returns false. |
| readString(ptr:int, length:int) — Static Method , class com.adobe.flascc.CModule |
|
Read UTF8 data from domainMemory and construct an Actionscript String
|
| readv(A_fd:int, A_iovp:int, A_iovcnt:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| readv(fd:int, vecs:int, veccnt:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
| |
| rename(A_from:int, A_to:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| rename(old:int, newp:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
| |
| revoke(A_path:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| revoke(A_path:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
|
Not implemented; always returns -1. |
| rmdir(A_path:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| rmdir(path:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
| |
| rootSprite — Static Property, class com.adobe.flascc.CModule |
|
A reference to the current rootSprite so that flascc code has an easy way of getting to the stage regardless of what preloaders might be employed. |
| runningAsWorker() — Static Method , class com.adobe.flascc.CModule |
|
Console should use this function to check if the SWF
has been launched as an isolate so it can act appropriately
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |