PendingBuffer Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PendingBuffer Class

This class is general purpose class for writing data to a buffer. It allows you to write bits as well as bytes Based on DeflaterPending.java author of the original java version : Jochen Hoenicke

For a list of all members of this type, see PendingBuffer Members.

System.Object    ICSharpCode.SharpZipLib.Zip.Compression.PendingBuffer
      ICSharpCode.SharpZipLib.Zip.Compression.DeflaterPending

public class PendingBuffer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

PendingBuffer Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace