Méthode | Description | |
---|---|---|
Compress ( Stream source, Stream destination ) : void |
Compress data from a stream.
|
|
Decompress ( Stream source, Stream destination ) : void |
Decompress data from a stream.
|
|
Is ( Stream source, int length, string fname ) : bool |
Determines if the data is in the specified format.
|
public Compress ( Stream source, Stream destination ) : void | ||
source | Stream | The stream to read from. |
destination | Stream | The stream to write to. |
Résultat | void |
public Decompress ( Stream source, Stream destination ) : void | ||
source | Stream | The stream to read from. |
destination | Stream | The stream to write to. |
Résultat | void |
public Is ( Stream source, int length, string fname ) : bool | ||
source | Stream | The stream to read from. |
length | int | Number of bytes to read. |
fname | string | Name of the file. |
Résultat | bool |