HomeSort by: relevance | last modified time | path
    Searched refs:Codec (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 14 /// Implements the common functionality needed for all <see cref="Codec"/>s
16 public abstract class CodecBase : Codec, IDisposable
65 #region Codec Members
86 /// Adds more data to the codec to be processed.
88 /// <param name="data">Byte array containing the data to be added to the codec</param>
96 /// Adds more data to the codec to be processed.
98 /// <param name="data">Byte array containing the data to be added to the codec</param>
137 /// Performs any codec specific cleanup
163 /// Copies a number of bytes to the internal codec buffer - ready for processing
DotZLib.cs 160 /// Represents the method that will be called from a codec when new data
174 public interface Codec
182 /// Adds more data to the codec to be processed.
184 /// <param name="data">Byte array containing the data to be added to the codec</param>
189 /// Adds more data to the codec to be processed.
191 /// <param name="data">Byte array containing the data to be added to the codec</param>

Completed in 19 milliseconds