PrintWriter
PrintWriter(File)
PrintWriter(Stream)
PrintWriter(String)
PrintWriter(Writer)
PrintWriter(File, Charset)
PrintWriter(File, String)
PrintWriter(nint, 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)
net10.0-android36.0
namespace Java.IO
{
[Register("java/io/PrintWriter", DoNotGenerateAcw = true)]
public class PrintWriter : Writer
{
[Register("out")]
protected Writer? Out { get; set; }
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.035.036.0 |
Information specific to net10.0-android36.0 | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | The property getter is only supported on the following platforms:
The property setter is only supported on the following platforms:
|
- Built-in API
- Package-provided API