PrintWriter
PrintWriter(File)
PrintWriter(Stream)
PrintWriter(String)
PrintWriter(Writer)
PrintWriter(File, Charset)
PrintWriter(File, String)
PrintWriter(IntPtr, JniHandleOwnership)
PrintWriter(Stream, Boolean)
PrintWriter(String, Charset)
PrintWriter(String, String)
PrintWriter(Writer, Boolean)
PrintWriter(Stream, Boolean, Charset)
JniPeerMembers
Out
ThresholdClass
ThresholdType
CheckError()
ClearError()
Close()
Flush()
Format(String, Object[])
Format(Locale, String, Object[])
FormatAsync(String, Object[])
FormatAsync(Locale, String, Object[])
Print(Boolean)
Print(Char)
Print(Char[])
Print(Double)
Print(Int32)
Print(Int64)
Print(Object)
Print(Single)
Print(String)
PrintAsync(Boolean)
PrintAsync(Char)
PrintAsync(Char[])
PrintAsync(Double)
PrintAsync(Int32)
PrintAsync(Int64)
PrintAsync(Object)
PrintAsync(Single)
PrintAsync(String)
Printf(String, Object[])
Printf(Locale, String, Object[])
PrintfAsync(String, Object[])
PrintfAsync(Locale, String, Object[])
Println()
Println(Boolean)
Println(Char)
Println(Char[])
Println(Double)
Println(Int32)
Println(Int64)
Println(Object)
Println(Single)
Println(String)
PrintlnAsync()
PrintlnAsync(Boolean)
PrintlnAsync(Char)
PrintlnAsync(Char[])
PrintlnAsync(Double)
PrintlnAsync(Int32)
PrintlnAsync(Int64)
PrintlnAsync(Object)
PrintlnAsync(Single)
PrintlnAsync(String)
SetError()
Write(Char[], Int32, Int32)
monoandroid
namespace Java.IO
{
[Register("java/io/PrintWriter", DoNotGenerateAcw = true)]
public class PrintWriter : Writer
{
protected PrintWriter(IntPtr javaReference, JniHandleOwnership transfer);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API