C# Class LSLib.LS.PackagedFileInfo

Inheritance: FileInfo
Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
ArchivePart System.UInt32
Crc System.UInt32
Flags System.UInt32
OffsetInFile System.UInt32
PackageStream Stream
SizeOnDisk System.UInt32
UncompressedSize System.UInt32

Méthodes publiques

Méthode Description
CRC ( ) : UInt32
MakeReader ( ) : BinaryReader
Size ( ) : UInt32

Private Methods

Méthode Description
CreateFromEntry ( FileEntry13 entry, Stream dataStream ) : PackagedFileInfo
CreateFromEntry ( FileEntry7 entry, Stream dataStream ) : PackagedFileInfo
MakeEntryV13 ( ) : FileEntry13
MakeEntryV7 ( ) : FileEntry7

Method Details

CRC() public méthode

public CRC ( ) : UInt32
Résultat System.UInt32

MakeReader() public méthode

public MakeReader ( ) : BinaryReader
Résultat System.IO.BinaryReader

Size() public méthode

public Size ( ) : UInt32
Résultat System.UInt32

Property Details

ArchivePart public_oe property

public UInt32,System ArchivePart
Résultat System.UInt32

Crc public_oe property

public UInt32,System Crc
Résultat System.UInt32

Flags public_oe property

public UInt32,System Flags
Résultat System.UInt32

OffsetInFile public_oe property

public UInt32,System OffsetInFile
Résultat System.UInt32

PackageStream public_oe property

public Stream PackageStream
Résultat Stream

SizeOnDisk public_oe property

public UInt32,System SizeOnDisk
Résultat System.UInt32

UncompressedSize public_oe property

public UInt32,System UncompressedSize
Résultat System.UInt32