public static final class PrintStreamBuffer.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 | 
| (package private) java.lang.Appendable | out2 | 
| Constructor and Description | 
|---|
| OutStream(java.lang.Appendable out,
         java.lang.Appendable out2) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(int b) |