BackupFileStreamReadStreamInfo Method |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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.
Exceptions Remarks The stream must be positioned at where an actual header starts for the returned object to represent valid
information.
See Also