IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.CoreLib.Modules.ModuleReader Class Referenceabstract

Provides access to the content of a module. More...

Inheritance diagram for IKVM.CoreLib.Modules.ModuleReader:
IKVM.CoreLib.Modules.ExplodedModuleReader IKVM.CoreLib.Modules.JarModuleReader

Public Member Functions

Stream? Open (string name)
 Opens a resource, returning an input stream to read the resource in the module.
 
IEnumerable< string > List ()
 Lists the contents of the module, returning a stream of elements that are the names of all resources in the module.
 
void Dispose ()
 

Detailed Description

Provides access to the content of a module.

Definition at line 11 of file ModuleReader.cs.

Member Function Documentation

◆ Dispose()

void IKVM.CoreLib.Modules.ModuleReader.Dispose ( )
abstract

◆ List()

IEnumerable< string > IKVM.CoreLib.Modules.ModuleReader.List ( )
abstract

Lists the contents of the module, returning a stream of elements that are the names of all resources in the module.

Returns

◆ Open()

Stream? IKVM.CoreLib.Modules.ModuleReader.Open ( string name)
abstract

Opens a resource, returning an input stream to read the resource in the module.

Parameters
name
Returns

The documentation for this class was generated from the following file: