Class ArchiveAsset
public class ArchiveAsset
- Inheritance
-
ArchiveAsset
- Inherited Members
Constructors
ArchiveAsset(string, long, string?, Func<Stream>)
public ArchiveAsset(string relativeName, long length, string? fullPath, Func<Stream> openFunc)
Parameters
Properties
FullPath
public string? FullPath { get; }
Property Value
Length
public long Length { get; }
Property Value
RelativeName
Name of the asset relative to the archive root
public string RelativeName { get; }
Property Value
Methods
Open()
public Stream Open()