Method | Description | |
---|---|---|
IsDeflateCompressed ( this stream ) : bool | ||
IsGzipCompressed ( this stream ) : bool | ||
PeekNextByte ( this stream ) : int |
public static IsDeflateCompressed ( this stream ) : bool | ||
stream | this | |
return | bool |
public static IsGzipCompressed ( this stream ) : bool | ||
stream | this | |
return | bool |
public static PeekNextByte ( this stream ) : int | ||
stream | this | |
return | int |