Class Formatter
public class Formatter : JVMBridgeBase<Formatter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Formatter
- Implements
- Extension Methods
Constructors
Formatter()
public Formatter()
Formatter(File)
https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#java.util.Formatter(java.io.File)
public Formatter(File arg0)
Parameters
Exceptions
Formatter(File, String)
public Formatter(File arg0, String arg1)
Parameters
Exceptions
Formatter(File, String, Locale)
public Formatter(File arg0, String arg1, Locale arg2)
Parameters
Exceptions
Formatter(OutputStream)
public Formatter(OutputStream arg0)
Parameters
arg0OutputStream
Formatter(OutputStream, String)
public Formatter(OutputStream arg0, String arg1)
Parameters
arg0OutputStreamarg1String
Exceptions
Formatter(OutputStream, String, Locale)
public Formatter(OutputStream arg0, String arg1, Locale arg2)
Parameters
arg0OutputStreamarg1Stringarg2Locale
Exceptions
Formatter(PrintStream)
public Formatter(PrintStream arg0)
Parameters
arg0PrintStream
Formatter(Appendable)
public Formatter(Appendable arg0)
Parameters
arg0Appendable
Formatter(Appendable, Locale)
public Formatter(Appendable arg0, Locale arg1)
Parameters
arg0Appendablearg1Locale
Formatter(String)
public Formatter(String arg0)
Parameters
Exceptions
Formatter(String, String)
public Formatter(String arg0, String arg1)
Parameters
Exceptions
Formatter(String, String, Locale)
public Formatter(String arg0, String arg1, Locale arg2)
Parameters
Exceptions
Formatter(Locale)
public Formatter(Locale arg0)
Parameters
Formatter(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Formatter(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Close()
public void Close()
CreatePoolableInstance()
HPA initializer for Formatter()
public static Formatter CreatePoolableInstance()
Returns
CreatePoolableInstance(File)
HPA initializer for Formatter(Java.Io.File arg0)
public static Formatter CreatePoolableInstance(File arg0)
Parameters
arg0File
Returns
CreatePoolableInstance(File, String)
HPA initializer for Formatter(Java.Io.File arg0, Java.Lang.String arg1)
public static Formatter CreatePoolableInstance(File arg0, String arg1)
Parameters
Returns
CreatePoolableInstance(File, String, Locale)
HPA initializer for Formatter(Java.Io.File arg0, Java.Lang.String arg1, Java.Util.Locale arg2)
public static Formatter CreatePoolableInstance(File arg0, String arg1, Locale arg2)
Parameters
Returns
CreatePoolableInstance(OutputStream)
HPA initializer for Formatter(Java.Io.OutputStream arg0)
public static Formatter CreatePoolableInstance(OutputStream arg0)
Parameters
arg0OutputStream
Returns
CreatePoolableInstance(OutputStream, String)
HPA initializer for Formatter(Java.Io.OutputStream arg0, Java.Lang.String arg1)
public static Formatter CreatePoolableInstance(OutputStream arg0, String arg1)
Parameters
arg0OutputStreamarg1String
Returns
CreatePoolableInstance(OutputStream, String, Locale)
HPA initializer for Formatter(Java.Io.OutputStream arg0, Java.Lang.String arg1, Java.Util.Locale arg2)
public static Formatter CreatePoolableInstance(OutputStream arg0, String arg1, Locale arg2)
Parameters
arg0OutputStreamarg1Stringarg2Locale
Returns
CreatePoolableInstance(PrintStream)
HPA initializer for Formatter(Java.Io.PrintStream arg0)
public static Formatter CreatePoolableInstance(PrintStream arg0)
Parameters
arg0PrintStream
Returns
CreatePoolableInstance(Appendable)
HPA initializer for Formatter(Java.Lang.Appendable arg0)
public static Formatter CreatePoolableInstance(Appendable arg0)
Parameters
arg0Appendable
Returns
CreatePoolableInstance(Appendable, Locale)
HPA initializer for Formatter(Java.Lang.Appendable arg0, Java.Util.Locale arg1)
public static Formatter CreatePoolableInstance(Appendable arg0, Locale arg1)
Parameters
arg0Appendablearg1Locale
Returns
CreatePoolableInstance(String)
HPA initializer for Formatter(Java.Lang.String arg0)
public static Formatter CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(String, String)
HPA initializer for Formatter(Java.Lang.String arg0, Java.Lang.String arg1)
public static Formatter CreatePoolableInstance(String arg0, String arg1)
Parameters
Returns
CreatePoolableInstance(String, String, Locale)
HPA initializer for Formatter(Java.Lang.String arg0, Java.Lang.String arg1, Java.Util.Locale arg2)
public static Formatter CreatePoolableInstance(String arg0, String arg1, Locale arg2)
Parameters
Returns
CreatePoolableInstance(Locale)
HPA initializer for Formatter(Java.Util.Locale arg0)
public static Formatter CreatePoolableInstance(Locale arg0)
Parameters
arg0Locale
Returns
Flush()
public void Flush()
Format(String, params object[])
public Formatter Format(String arg0, params object[] arg1)
Parameters
Returns
Format(Locale, String, params object[])
public Formatter Format(Locale arg0, String arg1, params object[] arg2)
Parameters
Returns
IoException()
public IOException IoException()
Returns
Locale()
public Locale Locale()
Returns
Out()
public Appendable Out()
Returns
Operators
implicit operator Closeable(Formatter)
public static implicit operator Closeable(Formatter t)
Parameters
Returns
implicit operator Flushable(Formatter)
public static implicit operator Flushable(Formatter t)