Table of Contents

Interface IFileObject

Namespace
Javax.Tools
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IFileObject

Properties

LastModified

long LastModified { get; }

Property Value

long

Name

String Name { get; }

Property Value

String

Methods

Delete()

bool Delete()

Returns

bool

bool

GetCharContent(bool)

CharSequence GetCharContent(bool arg0)

Parameters

arg0 bool

bool

Returns

CharSequence

CharSequence

Exceptions

IOException

OpenInputStream()

InputStream OpenInputStream()

Returns

InputStream

InputStream

Exceptions

IOException

OpenOutputStream()

OutputStream OpenOutputStream()

Returns

OutputStream

OutputStream

Exceptions

IOException

OpenReader(bool)

Reader OpenReader(bool arg0)

Parameters

arg0 bool

bool

Returns

Reader

Reader

Exceptions

IOException

OpenWriter()

Writer OpenWriter()

Returns

Writer

Writer

Exceptions

IOException

ToUri()

URI ToUri()

Returns

URI

URI