BackupFileStreamReadStreamInfo Method |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public BackupStreamInfo ReadStreamInfo()
Public Function ReadStreamInfo As BackupStreamInfo
public:
BackupStreamInfo^ ReadStreamInfo()
member ReadStreamInfo : unit -> BackupStreamInfo
Return Value
Type:
BackupStreamInfoThe 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