static long gzipBytesCompressedLength(byte[] data) { ret gzippedSize(data); } static int gzipBytesCompressedLength(S s) { ret gzippedSize(s); } static long gzipBytesCompressedLength(File f) { ret gzippedSize(f); }