| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| __init__(self, id, offset, size) | ||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
NUMBER = 22Command number to read from a file |
||
|
|||
|
id The file ID returned by a FileOpen command. |
||
|
offset offset in the file at which to read. |
||
|
size The number of bytes to read. |
||
|
Inherited from Inherited from |
|||
|
|||
|
|
|||
NUMBERCommand number to read from a file
|
|
|||
idThe file ID returned by a FileOpen command.unsigned int
stored in 4 bytes at byte 16.
|
offsetoffset in the file at which to read.unsigned long long
stored in 8 bytes at byte 20.
|
sizeThe number of bytes to read.unsigned int stored in 4
bytes at byte 28.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 6 20:50:47 2006 | http://epydoc.sourceforge.net |