Searched defs:totalBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DcheckError.java44 static int totalBytes = 1048576; // 1M field in class:checkError
80 System.out.println("sending " + totalBytes + " bytes");
84 int sendingBytes = totalBytes;
94 // System.out.println((totalBytes - sendingBytes) + " was sent");

Completed in 36 milliseconds