Printer
public
interface
Printer
| android.util.Printer |
|
|
Simple interface for printing text, allowing redirection to various
targets. Standard implementations are LogPrinter,
StringBuilderPrinter, and
PrintWriterPrinter.
Summary
Public methods | |
|---|---|
abstract
void
|
println(String x)
Write a line of text to the output. |
Public methods
println
void println (String x)
Write a line of text to the output. There is no need to terminate the given string with a newline.
| Parameters | |
|---|---|
x |
String |
Interfaces
Classes
- ArrayMap
- ArraySet
- AtomicFile
- Base64
- Base64InputStream
- Base64OutputStream
- Config
- DebugUtils
- DisplayMetrics
- EventLog
- EventLog.Event
- EventLogTags
- EventLogTags.Description
- FloatMath
- FloatProperty
- Half
- IntProperty
- JsonReader
- JsonWriter
- LayoutDirection
- Log
- LogPrinter
- LongSparseArray
- LruCache
- MonthDisplayHelper
- MutableBoolean
- MutableByte
- MutableChar
- MutableDouble
- MutableFloat
- MutableInt
- MutableLong
- MutableShort
- Pair
- Patterns
- PrintStreamPrinter
- PrintWriterPrinter
- Property
- Range
- Rational
- Size
- SizeF
- SparseArray
- SparseBooleanArray
- SparseIntArray
- SparseLongArray
- StateSet
- StringBuilderPrinter
- TimeUtils
- TimingLogger
- TypedValue
- Xml
Enums
Exceptions