C# Class JPAK.FileEntry

Afficher le fichier Open project: TeskeVirtualSystem/jpak Class Usage Examples

Méthodes publiques

Свойство Type Description
compressed bool
name String
size int

Méthodes publiques

Méthode Description
FileEntry ( ) : System
FileEntry ( String name, String path, int size, int offset ) : System
FileEntry ( String name, String path, int size, int offset, bool compressed ) : System
ToString ( ) : string

Method Details

FileEntry() public méthode

public FileEntry ( ) : System
Résultat System

FileEntry() public méthode

public FileEntry ( String name, String path, int size, int offset ) : System
name String
path String
size int
offset int
Résultat System

FileEntry() public méthode

public FileEntry ( String name, String path, int size, int offset, bool compressed ) : System
name String
path String
size int
offset int
compressed bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

compressed public_oe property

public bool compressed
Résultat bool

name public_oe property

public String name
Résultat String

size public_oe property

public int size
Résultat int