public ReadEncodedTile ( int tile, byte buffer, int offset, int count ) : int | ||
tile | int | The zero-based index of the tile to read. |
buffer | byte | The buffer to place decompressed tile bytes to. |
offset | int | The zero-based byte offset in buffer at which to begin storing /// decompressed tile bytes. |
count | int | The maximum number of decompressed tile bytes to be stored /// to buffer. |
return | int |