Added in API level 3

PrintStreamPrinter

open class PrintStreamPrinter : Printer
kotlin.Any
   ↳ android.util.PrintStreamPrinter

Implementation of a android.util.Printer that sends its output to a java.io.PrintStream.

Summary

Public constructors

Create a new Printer that sends to a PrintWriter object.

Public methods
open Unit

Public constructors

PrintStreamPrinter

Added in API level 3
PrintStreamPrinter(pw: PrintStream!)

Create a new Printer that sends to a PrintWriter object.

Parameters
pw PrintStream!: The PrintWriter where you would like output to go.

Public methods

println

Added in API level 3
open fun println(x: String!): Unit