C# 클래스 JPAK.FileEntry

파일 보기 프로젝트 열기: TeskeVirtualSystem/jpak 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
compressed bool
name String
size int

공개 메소드들

메소드 설명
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

메소드 상세

FileEntry() 공개 메소드

public FileEntry ( ) : System
리턴 System

FileEntry() 공개 메소드

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

FileEntry() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

compressed 공개적으로 프로퍼티

public bool compressed
리턴 bool

name 공개적으로 프로퍼티

public String name
리턴 String

size 공개적으로 프로퍼티

public int size
리턴 int