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