| java.lang.Object | |
| ↳ | android.util.PrintStreamPrinter | 
       Implementation of a
       
        
         Printer
        
       
       that sends its output
 to a
       
        
         PrintStream
        
       
       .
      
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
          Create a new Printer that sends to a PrintWriter object.
          | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
          Write a line of text to the output.
          | ||||||||||
| [Expand] 
          Inherited Methods
          | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
         
          java.lang.Object 
 | |||||||||||||||||||||||||||||||||
|  From interface
         
          android.util.Printer | |||||||||||||||||||||||||||||||||
Create a new Printer that sends to a PrintWriter object.
| pw | The PrintWriter where you would like output to go. | 
|---|
Write a line of text to the output. There is no need to terminate the given string with a newline.
