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

Represents a file in a content archive.
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
ContentArchiveEntry ( ZipFile zipFile, ZipEntry zipEntry ) : ICSharpCode.SharpZipLib.Zip

Creates a new content file representation

메소드 상세

ContentArchiveEntry() 공개 메소드

Creates a new content file representation
public ContentArchiveEntry ( ZipFile zipFile, ZipEntry zipEntry ) : ICSharpCode.SharpZipLib.Zip
zipFile ICSharpCode.SharpZipLib.Zip.ZipFile The archive containing the file
zipEntry ICSharpCode.SharpZipLib.Zip.ZipEntry The actual content file
리턴 ICSharpCode.SharpZipLib.Zip