C# 클래스 BSPGenerationTools.ZipFile

파일 보기 프로젝트 열기: sysprogs/BSPTools

공개 프로퍼티들

프로퍼티 타입 설명
TotalCompressedSize ulong

공개 메소드들

메소드 설명
ExtractEntry ( Entry entry, Stream outputStream, ZipProgressHandler progressHandler = null ) : void
ZipFile ( Stream stream ) : System

메소드 상세

ExtractEntry() 공개 메소드

public ExtractEntry ( Entry entry, Stream outputStream, ZipProgressHandler progressHandler = null ) : void
entry Entry
outputStream Stream
progressHandler ZipProgressHandler
리턴 void

ZipFile() 공개 메소드

public ZipFile ( Stream stream ) : System
stream Stream
리턴 System

프로퍼티 상세

TotalCompressedSize 공개적으로 프로퍼티

public ulong TotalCompressedSize
리턴 ulong