This file is part of libgcj.This software is copyrighted work licensed under the terms of theLibgcj License. Please consult the file "LIBGCJ_LICENSE" fordetails. */packagejava.util.zip;
// Size in bytes of local file header, including signature.publicstaticfinalintLOCAL_FILE_HEADER_SIZE=30;// Size in bytes of the "end of central directory" record, with signature.publicstaticfinalintEND_CENTRAL_DIR_SIZE=22;