C# 클래스 LOLFileReader.ZIPEntryWrapper

상속: IFileEntry
파일 보기 프로젝트 열기: utensil/lolmodelviewer

공개 메소드들

메소드 설명
GetContent ( ) : byte[]
GetRootPath ( ) : String
ZIPEntryWrapper ( ZipEntry ze, String zipFilePath, String endsWith ) : System

메소드 상세

GetContent() 공개 메소드

public GetContent ( ) : byte[]
리턴 byte[]

GetRootPath() 공개 메소드

public GetRootPath ( ) : String
리턴 String

ZIPEntryWrapper() 공개 메소드

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