1 implementation of UpdateWithBytesRead
System (1)
sys\System\IO\compression\GZipDecoder.cs (1)
264public void UpdateWithBytesRead(byte[] buffer, int offset, int copied) {
1 reference to UpdateWithBytesRead
System (1)
sys\System\IO\compression\Inflater.cs (1)
154formatReader.UpdateWithBytesRead(bytes, offset, copied);