C# 클래스 AcTools.Utils.Helpers.ZipFileExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
CreateEntryFromBytes ( [ destination, [ entryName, byte data ) : ZipArchiveEntry
CreateEntryFromBytes ( [ destination, [ entryName, byte data, int index, int count ) : ZipArchiveEntry
CreateEntryFromString ( [ destination, [ entryName, string str ) : ZipArchiveEntry

메소드 상세

CreateEntryFromBytes() 공개 정적인 메소드

public static CreateEntryFromBytes ( [ destination, [ entryName, byte data ) : ZipArchiveEntry
destination [
entryName [
data byte
리턴 System.IO.Compression.ZipArchiveEntry

CreateEntryFromBytes() 공개 정적인 메소드

public static CreateEntryFromBytes ( [ destination, [ entryName, byte data, int index, int count ) : ZipArchiveEntry
destination [
entryName [
data byte
index int
count int
리턴 System.IO.Compression.ZipArchiveEntry

CreateEntryFromString() 공개 정적인 메소드

public static CreateEntryFromString ( [ destination, [ entryName, string str ) : ZipArchiveEntry
destination [
entryName [
str string
리턴 System.IO.Compression.ZipArchiveEntry