176177178179180181182183184185186
bytesSent += len; } public void write(int b) throws IOException { if (abort) { throw new AbortException(); } outputStream.write(b); bytesSent++; }