ArchiveStream Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lazy (streaming) embedded file. Might be favorable for large files, as it doesn't materialize the whole content in memory.
public ref class ArchiveStream sealed : Microsoft::Build::Logging::ArchiveData
public sealed class ArchiveStream : Microsoft.Build.Logging.ArchiveData
type ArchiveStream = class
inherit ArchiveData
Public NotInheritable Class ArchiveStream
Inherits ArchiveData
- Inheritance
Content |
Stream over the content of the archived file. |
Full |
Full path of the original file before it was put in the embedded archive. (Inherited from ArchiveData) |
Dispose() | |
To |
Materializes the whole content of the embedded file in memory as a string. |