C# Class LOLFileReader.ZIPEntryWrapper

Inheritance: IFileEntry
ファイルを表示 Open project: utensil/lolmodelviewer

Public Methods

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

Method Details

GetContent() public method

public GetContent ( ) : byte[]
return byte[]

GetRootPath() public method

public GetRootPath ( ) : String
return String

ZIPEntryWrapper() public method

public ZIPEntryWrapper ( ZipEntry ze, String zipFilePath, String endsWith ) : System
ze ZipEntry
zipFilePath String
endsWith String
return System