C# Class JPAK.FileEntry

Exibir arquivo Open project: TeskeVirtualSystem/jpak Class Usage Examples

Public Properties

Property Type Description
compressed bool
name String
size int

Public Methods

Method 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 method

public FileEntry ( ) : System
return System

FileEntry() public method

public FileEntry ( String name, String path, int size, int offset ) : System
name String
path String
size int
offset int
return System

FileEntry() public method

public FileEntry ( String name, String path, int size, int offset, bool compressed ) : System
name String
path String
size int
offset int
compressed bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

compressed public_oe property

public bool compressed
return bool

name public_oe property

public String name
return String

size public_oe property

public int size
return int