Method | Description | |
---|---|---|
ReadCharset ( long offset ) : byte[] | ||
ReadCostume ( long offset ) : byte[] | ||
ReadRoom ( long offset ) : Room | ||
ReadScript ( long offset ) : byte[] | ||
ReadSound ( MusicDriverTypes music, long offset ) : byte[] | ||
ResourceFile5 ( Stream stream ) : System |
Method | Description | |
---|---|---|
CreateChunkIterator ( long size ) : IEnumerator |
||
GotoResourceHeader ( long offset ) : void | ||
Merge ( ObjectData objImg, ObjectData objCode ) : ObjectData | ||
ReadBomp ( long size ) : |
||
ReadCDHD ( ) : ObjectData | ||
ReadCLUT ( ) : Color[] | ||
ReadCYCL ( ) : ColorCycle[] | ||
ReadImage ( long size, int numStrips ) : |
||
ReadImageHeader ( ) : ObjectData | ||
ReadImages ( long size ) : IList |
||
ReadObjectCode ( long size ) : ObjectData | ||
ReadObjectImages ( long size ) : ObjectData | ||
ReadObjectName ( ) : byte[] | ||
ReadRoomOffsets ( ) : long>.Dictionary |
||
ReadVerbScript ( ObjectData obj, Chunk chunk ) : byte[] | ||
ReadVerbTable ( ObjectData data, int size ) : void | ||
ReadZPlane ( BinaryReader b, int size, int numStrips ) : ZPlane | ||
ToTag ( byte data ) : string | ||
UnknownChunk ( Chunk chunk ) : void |
protected CreateChunkIterator ( long size ) : IEnumerator |
||
size | long | |
return | IEnumerator |
protected GotoResourceHeader ( long offset ) : void | ||
offset | long | |
return | void |
protected Merge ( ObjectData objImg, ObjectData objCode ) : ObjectData | ||
objImg | ObjectData | |
objCode | ObjectData | |
return | ObjectData |
protected ReadBomp ( long size ) : |
||
size | long | |
return |
protected ReadImage ( long size, int numStrips ) : |
||
size | long | |
numStrips | int | |
return |
protected ReadObjectCode ( long size ) : ObjectData | ||
size | long | |
return | ObjectData |
protected ReadObjectImages ( long size ) : ObjectData | ||
size | long | |
return | ObjectData |
protected ReadRoomOffsets ( ) : long>.Dictionary |
||
return | long>.Dictionary |
public ReadSound ( MusicDriverTypes music, long offset ) : byte[] | ||
music | MusicDriverTypes | |
offset | long | |
return | byte[] |
protected ReadVerbScript ( ObjectData obj, Chunk chunk ) : byte[] | ||
obj | ObjectData | |
chunk | Chunk | |
return | byte[] |
protected ReadVerbTable ( ObjectData data, int size ) : void | ||
data | ObjectData | |
size | int | |
return | void |
protected ReadZPlane ( BinaryReader b, int size, int numStrips ) : ZPlane | ||
b | BinaryReader | |
size | int | |
numStrips | int | |
return | ZPlane |
public ResourceFile5 ( Stream stream ) : System | ||
stream | Stream | |
return | System |
protected static ToTag ( byte data ) : string | ||
data | byte | |
return | string |
protected static UnknownChunk ( Chunk chunk ) : void | ||
chunk | Chunk | |
return | void |