ClintHeyer.Httpd
Class EncoderChain

Field Summary
System.Collections.ArrayList chain

Constructor Summary
EncoderChain()
        Initializes a new instance of the EncoderChain class.

Method Summary
void Add(ClintHeyer.Httpd.IEncoder encoder)
byte[] Decode(byte[] data, int length)
byte[] Encode(byte[] data, int length)
void Remove(ClintHeyer.Httpd.IEncoder encoder)

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

chain

private System.Collections.ArrayList chain

Constructor Detail

EncoderChain

public EncoderChain()

Initializes a new instance of the EncoderChain class.

Method Detail

Add

public void Add(ClintHeyer.Httpd.IEncoder encoder)


Decode

private byte[] Decode(byte[] data,
                      int length)


Encode

private byte[] Encode(byte[] data,
                      int length)


Remove

public void Remove(ClintHeyer.Httpd.IEncoder encoder)