This commit is contained in:
Maxim Shafirov
2012-04-19 15:41:40 +04:00
parent 0d7cc22ae6
commit 859f1f3a3f
36 changed files with 10 additions and 244 deletions
@@ -44,10 +44,6 @@ public class SegmentedOutputStream extends OutputStream implements PacketProcess
flush();
}
public synchronized void write(byte[] b, int off, int len) throws IOException {
super.write(b, off, len);
}
public synchronized void flush() throws IOException {
myPrintStream.flush();
}