Table of Contents

Class PrintWriter

Namespace
Java.Io
Assembly
MASES.JNet.dll
public class PrintWriter : Writer, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Writer>
PrintWriter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Writer>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Writer>.IsAssignableFrom<T>()
JVMBridgeBase<Writer>.Execute<T>(params T[])
JVMBridgeBase<Writer>.DynBridgeClazz
JVMBridgeBase<Writer>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PrintWriter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PrintWriter()

PrintWriter(File)

public PrintWriter(File arg0)

Parameters

arg0 File

File

Exceptions

FileNotFoundException

PrintWriter(File, String)

public PrintWriter(File arg0, String arg1)

Parameters

arg0 File

File

arg1 String

String

Exceptions

FileNotFoundException
UnsupportedEncodingException

PrintWriter(File, Charset)

public PrintWriter(File arg0, Charset arg1)

Parameters

arg0 File

File

arg1 Charset

Charset

Exceptions

IOException

PrintWriter(OutputStream)

public PrintWriter(OutputStream arg0)

Parameters

arg0 OutputStream

OutputStream

PrintWriter(OutputStream, bool)

public PrintWriter(OutputStream arg0, bool arg1)

Parameters

arg0 OutputStream

OutputStream

arg1 bool

bool

PrintWriter(OutputStream, bool, Charset)

public PrintWriter(OutputStream arg0, bool arg1, Charset arg2)

Parameters

arg0 OutputStream

OutputStream

arg1 bool

bool

arg2 Charset

Charset

PrintWriter(Writer)

public PrintWriter(Writer arg0)

Parameters

arg0 Writer

Writer

PrintWriter(Writer, bool)

public PrintWriter(Writer arg0, bool arg1)

Parameters

arg0 Writer

Writer

arg1 bool

bool

PrintWriter(String)

public PrintWriter(String arg0)

Parameters

arg0 String

String

Exceptions

FileNotFoundException

PrintWriter(String, String)

public PrintWriter(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

FileNotFoundException
UnsupportedEncodingException

PrintWriter(String, Charset)

public PrintWriter(String arg0, Charset arg1)

Parameters

arg0 String

String

arg1 Charset

Charset

Exceptions

IOException

PrintWriter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PrintWriter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CheckError()

public bool CheckError()

Returns

bool

bool

Format(String, params object[])

public PrintWriter Format(String arg0, params object[] arg1)

Parameters

arg0 String

String

arg1 object[]

object

Returns

PrintWriter

PrintWriter

Format(Locale, String, params object[])

public PrintWriter Format(Locale arg0, String arg1, params object[] arg2)

Parameters

arg0 Locale

Locale

arg1 String

String

arg2 object[]

object

Returns

PrintWriter

PrintWriter

Print(String)

public void Print(String arg0)

Parameters

arg0 String

String

Print(bool)

public void Print(bool arg0)

Parameters

arg0 bool

bool

Print(char)

public void Print(char arg0)

Parameters

arg0 char

char

Print(char[])

public void Print(char[] arg0)

Parameters

arg0 char[]

char

Print(double)

public void Print(double arg0)

Parameters

arg0 double

double

Print(int)

public void Print(int arg0)

Parameters

arg0 int

int

Print(long)

public void Print(long arg0)

Parameters

arg0 long

long

Print(object)

public void Print(object arg0)

Parameters

arg0 object

object

Print(float)

public void Print(float arg0)

Parameters

arg0 float

float

Printf(String, params object[])

public PrintWriter Printf(String arg0, params object[] arg1)

Parameters

arg0 String

String

arg1 object[]

object

Returns

PrintWriter

PrintWriter

Printf(Locale, String, params object[])

public PrintWriter Printf(Locale arg0, String arg1, params object[] arg2)

Parameters

arg0 Locale

Locale

arg1 String

String

arg2 object[]

object

Returns

PrintWriter

PrintWriter

Println()

public void Println()

Println(String)

public void Println(String arg0)

Parameters

arg0 String

String

Println(bool)

public void Println(bool arg0)

Parameters

arg0 bool

bool

Println(char)

public void Println(char arg0)

Parameters

arg0 char

char

Println(char[])

public void Println(char[] arg0)

Parameters

arg0 char[]

char

Println(double)

public void Println(double arg0)

Parameters

arg0 double

double

Println(int)

public void Println(int arg0)

Parameters

arg0 int

int

Println(long)

public void Println(long arg0)

Parameters

arg0 long

long

Println(object)

public void Println(object arg0)

Parameters

arg0 object

object

Println(float)

public void Println(float arg0)

Parameters

arg0 float

float