C# Class nl.siegmann.epublib.util.ResourceUtil

Various resource utility methods
Afficher le fichier Open project: lanfengqi/EpubLib-Sharp

Méthodes publiques

Méthode Description
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.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

createResource() public static méthode

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
Résultat nl.siegmann.epublib.domain.Resource

createResource() public static méthode

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
Résultat nl.siegmann.epublib.domain.Resource