Table of Contents

Interface IModuleReader

Namespace
Java.Lang.ModuleNs
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IModuleReader : ICloseable, IAutoCloseable

Methods

Close()

void Close()

Exceptions

IOException

Find(String)

Optional<URI> Find(String arg0)

Parameters

arg0 String

String

Returns

Optional<URI>

Optional

Exceptions

IOException

List()

Stream<String> List()

Returns

Stream<String>

Stream

Exceptions

IOException

Open(String)

Optional<InputStream> Open(String arg0)

Parameters

arg0 String

String

Returns

Optional<InputStream>

Optional

Exceptions

IOException

Read(String)

Optional<ByteBuffer> Read(String arg0)

Parameters

arg0 String

String

Returns

Optional<ByteBuffer>

Optional

Exceptions

IOException

Release(ByteBuffer)

void Release(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer