Writing binary data from sd card to the Serial port.

int totalBytes = 0; // Start with zip

totalBytes += Serial.write(someStuff); // Add the number written this time.

It ain't rocket surgery.