C# Class LSLib.LS.FilesystemFileInfo

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

Méthodes publiques

Свойство Type Description
CachedSize long
FilesystemPath string

Méthodes publiques

Méthode Description
CRC ( ) : UInt32
CreateFromEntry ( string filesystemPath, string name ) : FilesystemFileInfo
MakeReader ( ) : BinaryReader
Size ( ) : UInt32

Method Details

CRC() public méthode

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

CreateFromEntry() public static méthode

public static CreateFromEntry ( string filesystemPath, string name ) : FilesystemFileInfo
filesystemPath string
name string
Résultat FilesystemFileInfo

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

CachedSize public_oe property

public long CachedSize
Résultat long

FilesystemPath public_oe property

public string FilesystemPath
Résultat string