public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | /// The buffer to read uncompressed data into /// |
offset | int | /// The offset indicating where the data should be placed /// |
count | int | /// The number of uncompressed bytes to be read /// |
return | int |