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