|
@@ -102,6 +102,11 @@ public class LocalOutputStream extends OutputStream {
|
|
|
public void close() throws IOException {
|
|
public void close() throws IOException {
|
|
|
delegate.close();
|
|
delegate.close();
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public String toString() {
|
|
|
|
|
+ return delegate.toString();
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
private static final class StrStream extends ByteArrayOutputStream {
|
|
private static final class StrStream extends ByteArrayOutputStream {
|
|
|
private final Charset charset;
|
|
private final Charset charset;
|