C# 클래스 NanoByte.Common.Storage.SlimDX.EmbeddedFile

Information about an additional file to be stored along side an ZIP archive using Storage.XmlStorage or BinaryStorage.
파일 보기 프로젝트 열기: nano-byte/common

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EmbeddedFile ( [ filename, [ readDelegate ) : System

Creates a new XML ZIP entry for reading

EmbeddedFile ( [ filename, int compressionLevel, [ writeDelegate ) : System

Creates a new XML ZIP entry for writing

메소드 상세

EmbeddedFile() 공개 메소드

Creates a new XML ZIP entry for reading
public EmbeddedFile ( [ filename, [ readDelegate ) : System
filename [ The filename in the archive
readDelegate [ The delegate to be called when the data is ready to be read
리턴 System

EmbeddedFile() 공개 메소드

Creates a new XML ZIP entry for writing
public EmbeddedFile ( [ filename, int compressionLevel, [ writeDelegate ) : System
filename [ The filename in the archive
compressionLevel int The level of compression (0-9) to apply to this entry
writeDelegate [ The delegate to be called when the data is ready to be written
리턴 System