Show / Hide Table of Contents

Class DeflaterPending

This class stores the pending output of the Deflater.

author of the original java version : Jochen Hoenicke

Inheritance
System.Object
PendingBuffer
DeflaterPending
Inherited Members
PendingBuffer.Reset()
PendingBuffer.WriteByte(Int32)
PendingBuffer.WriteShort(Int32)
PendingBuffer.WriteInt(Int32)
PendingBuffer.WriteBlock(Byte[], Int32, Int32)
PendingBuffer.BitCount
PendingBuffer.AlignToByte()
PendingBuffer.WriteBits(Int32, Int32)
PendingBuffer.WriteShortMSB(Int32)
PendingBuffer.IsFlushed
PendingBuffer.Flush(Byte[], Int32, Int32)
PendingBuffer.ToByteArray()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ICSharpCode.SharpZipLib.Zip.Compression
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public class DeflaterPending : PendingBuffer

Constructors

| Improve this Doc View Source

DeflaterPending()

Construct instance with default buffer size

Declaration
public DeflaterPending()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors