C# 클래스 nl.siegmann.epublib.util.ResourceUtil

Various resource utility methods
파일 보기 프로젝트 열기: lanfengqi/EpubLib-Sharp

공개 메소드들

메소드 설명
Dispose ( ) : void
createResource ( String title, String href ) : Resource

Creates a resource with as contents a html page with the given title.

createResource ( ZipEntry zipEntry, ZipInputStream zipInputStream ) : Resource

Creates a resource out of the given zipEntry and zipInputStream.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

createResource() 공개 정적인 메소드

Creates a resource with as contents a html page with the given title.
public static createResource ( String title, String href ) : Resource
title String
href String
리턴 nl.siegmann.epublib.domain.Resource

createResource() 공개 정적인 메소드

Creates a resource out of the given zipEntry and zipInputStream.
public static createResource ( ZipEntry zipEntry, ZipInputStream zipInputStream ) : Resource
zipEntry Ionic.Zip.ZipEntry
zipInputStream Ionic.Zip.ZipInputStream
리턴 nl.siegmann.epublib.domain.Resource