Package io.reactivex.rxjava3.exceptions
Class CompositeException.WrappedPrintStream
java.lang.Object
io.reactivex.rxjava3.exceptions.CompositeException.PrintStreamOrWriter
io.reactivex.rxjava3.exceptions.CompositeException.WrappedPrintStream
- Enclosing class:
CompositeException
static final class CompositeException.WrappedPrintStream
extends CompositeException.PrintStreamOrWriter
Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CompositeException.WrappedPrintStream
Prints the object's string representation via the underlying PrintStream or PrintWriter.
-
Field Details
-
printStream
-
-
Constructor Details
-
WrappedPrintStream
WrappedPrintStream(PrintStream printStream)
-
-
Method Details
-
append
Description copied from class:CompositeException.PrintStreamOrWriter
Prints the object's string representation via the underlying PrintStream or PrintWriter.- Specified by:
append
in classCompositeException.PrintStreamOrWriter
- Parameters:
o
- the object to print- Returns:
- this
-