progress static method
Implementation
static void progress(String s, received, total) {
s.write(inGray);
" $received".write(inYellow);
" $total".write(inWhite);
print("");
}
static void progress(String s, received, total) {
s.write(inGray);
" $received".write(inYellow);
" $total".write(inWhite);
print("");
}