1 implementation of UpdateWithBytesRead
System (1)
sys\System\IO\compression\GZipUtils.cs (1)
59public void UpdateWithBytesRead(byte[] buffer, int offset, int bytesToCopy) {
1 reference to UpdateWithBytesRead
System (1)
sys\System\IO\compression\DeflateStream.cs (1)
554formatWriter.UpdateWithBytesRead(array, offset, count);