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