Table of Contents

Interface IAppendable

Namespace
Java.Lang
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAppendable

Methods

Append(CharSequence)

Appendable Append(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

Appendable

Appendable

Exceptions

IOException

Append(CharSequence, int, int)

Appendable Append(CharSequence arg0, int arg1, int arg2)

Parameters

arg0 CharSequence

CharSequence

arg1 int

int

arg2 int

int

Returns

Appendable

Appendable

Exceptions

IOException

Append(char)

Appendable Append(char arg0)

Parameters

arg0 char

char

Returns

Appendable

Appendable

Exceptions

IOException