Свойство | Type | Description | |
---|---|---|---|
HeaderLength | int | ||
IsCompressed | bool | ||
LogStream | Stream | ||
Version | int |
Méthode | Description | |
---|---|---|
OpenStream ( Stream seekableStream ) : |
Opens a log stream, handling version and compression. On success, its Stream positionned after the header (before the first log entry). Supports headers: - Old version header (05 00 00 00) - CKMOD header (43 4B 4D 4F 4E) followed by version - RFC 1952 GZIP header (1F 8B), will be handled automatically by: a GZip stream reader will be created.
|
Méthode | Description | |
---|---|---|
DoOpenLogStream ( Stream s, bool isInsideGzip ) : |
||
LogReaderStreamInfo ( Stream s, bool c, int v, int hLen ) : System |
public static OpenStream ( Stream seekableStream ) : |
||
seekableStream | Stream | Log stream to read. |
Résultat |