2 implementations of SetInput
System (2)
sys\System\IO\compression\DeflaterManaged.cs (1)
71
void IDeflater.
SetInput
(byte[] inputBuffer, int startIndex, int count) {
sys\System\IO\compression\DeflaterZLib.cs (1)
134
void IDeflater.
SetInput
(byte[] inputBuffer, int startIndex, int count) {
1 reference to SetInput
System (1)
sys\System\IO\compression\DeflateStream.cs (1)
503
deflater.
SetInput
(array, offset, count);