Table of Contents

Class ArchiveAsset

Namespace
Fluxzy.Readers
Assembly
Fluxzy.Core.dll
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

relativeName string
length long
fullPath string
openFunc Func<Stream>

Properties

FullPath

public string? FullPath { get; }

Property Value

string

Length

public long Length { get; }

Property Value

long

RelativeName

Name of the asset relative to the archive root

public string RelativeName { get; }

Property Value

string

Methods

Open()

public Stream Open()

Returns

Stream