C# Class LOLFileReader.ZIPEntryWrapper

Inheritance: IFileEntry
Afficher le fichier Open project: utensil/lolmodelviewer

Méthodes publiques

Méthode Description
GetContent ( ) : byte[]
GetRootPath ( ) : String
ZIPEntryWrapper ( ZipEntry ze, String zipFilePath, String endsWith ) : System

Method Details

GetContent() public méthode

public GetContent ( ) : byte[]
Résultat byte[]

GetRootPath() public méthode

public GetRootPath ( ) : String
Résultat String

ZIPEntryWrapper() public méthode

public ZIPEntryWrapper ( ZipEntry ze, String zipFilePath, String endsWith ) : System
ze ZipEntry
zipFilePath String
endsWith String
Résultat System