C# Class entity.Main.PluginUpdater.FileData

Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode Description
FileData ( string data, System.DateTime dt ) : System

Reads the UNIX formatted data in the format: "drwxr-xr-x 1 [ owner] [ group] 24096 Jan 01 01:59 filename.txt"

GetHashCode ( ) : int
Read ( string data, System.DateTime dt ) : void

Method Details

FileData() public méthode

Reads the UNIX formatted data in the format: "drwxr-xr-x 1 [ owner] [ group] 24096 Jan 01 01:59 filename.txt"
public FileData ( string data, System.DateTime dt ) : System
data string
dt System.DateTime
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Read() public méthode

public Read ( string data, System.DateTime dt ) : void
data string
dt System.DateTime
Résultat void