C# Class LSLib.LS.FilesystemFileInfo

Inheritance: FileInfo
Mostra file Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
CachedSize long
FilesystemPath string

Public Methods

Method Description
CRC ( ) : UInt32
CreateFromEntry ( string filesystemPath, string name ) : FilesystemFileInfo
MakeReader ( ) : BinaryReader
Size ( ) : UInt32

Method Details

CRC() public method

public CRC ( ) : UInt32
return System.UInt32

CreateFromEntry() public static method

public static CreateFromEntry ( string filesystemPath, string name ) : FilesystemFileInfo
filesystemPath string
name string
return FilesystemFileInfo

MakeReader() public method

public MakeReader ( ) : BinaryReader
return System.IO.BinaryReader

Size() public method

public Size ( ) : UInt32
return System.UInt32

Property Details

CachedSize public_oe property

public long CachedSize
return long

FilesystemPath public_oe property

public string FilesystemPath
return string