Table of Contents

Class ResourceUtil

Namespace
iText.IO.Util
Assembly
itext.io.dll

This file is a helper class for internal usage only. Be aware that its API and functionality may be changed in future.

public static class ResourceUtil
Inheritance
ResourceUtil
Inherited Members

Methods

AddToResourceSearch(object)

public static void AddToResourceSearch(object obj)

Parameters

obj object

GetResourceStream(string)

Gets the resource's inputstream.

public static Stream GetResourceStream(string key)

Parameters

key string

the full name of the resource.

Returns

Stream

the InputStream to get the resource or null if not found.

GetResourceStream(string, Type)

public static Stream GetResourceStream(string key, Type definedClassType)

Parameters

key string
definedClassType Type

Returns

Stream