Struct ZipArchive.ZipFileInfo
ZipFile Info
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Simplic.Framework.Foundation.Zip
Assembly: Simplic.Framework.Foundation.dll
Syntax
public struct ZipFileInfo
Properties
| Improve this Doc View SourceCompressionMethod
Declaration
public readonly object CompressionMethod { get; }
Property Value
Type | Description |
---|---|
System.Object |
DeflateOption
Declaration
public readonly object DeflateOption { get; }
Property Value
Type | Description |
---|---|
System.Object |
FolderFlag
Declaration
public readonly bool FolderFlag { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModFileDateTime
Declaration
public readonly DateTime LastModFileDateTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Declaration
public readonly string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
VolumeLabelFlag
Declaration
public readonly bool VolumeLabelFlag { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetStream(FileMode, FileAccess)
get Stream
Declaration
public Stream GetStream(FileMode Mode = FileMode.Open, FileAccess Access = FileAccess.Read)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileMode | Mode | |
System.IO.FileAccess | Access |
Returns
Type | Description |
---|---|
System.IO.Stream |
ToString()
ToString
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()