CodecBase.copyInput Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

CodecBase.copyInput Method 

Copies a number of bytes to the internal codec buffer - ready for proccesing

protected void copyInput(
   byte[] data,
   int startIndex,
   int count
);

Parameters

data
The byte array that contains the data to copy
startIndex
The index of the first byte to copy
count
The number of bytes to copy from data

See Also

CodecBase Class | DotZLib Namespace