![]() |
Field out
Field type: java.io.Writer
Member of: java.io.PrintWriter
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | return ((StringWriter)this.out).getBuffer().length(); |
| 2 | return this.out.toString(); |