static final class PrintStreamAdapter.OutStream
extends java.io.OutputStream
PrintStreamAdapter
which are not
gathered by the overridden methods of PrintStream.
There should not be such methods. Therefore the write-methods is not called.
But the outStream should not be empty.Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Appendable |
out |
Constructor and Description |
---|
OutStream(java.lang.Appendable out) |
Modifier and Type | Method and Description |
---|---|
void |
write(int b) |