Click or drag to resize
BackupFileStreamReadStreamInfo Method
Reads a stream header from the current BackupFileStream.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public BackupStreamInfo ReadStreamInfo()

Return Value

Type: BackupStreamInfo
The stream header read from the current BackupFileStream, or if the end-of-file was reached before the required number of bytes of a header could be read.
Remarks
The stream must be positioned at where an actual header starts for the returned object to represent valid information.
See Also