mapfile-vers revision 1332
0N/A#
2362N/A# Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Sun designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Sun in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
2362N/A# CA 95054 USA or visit www.sun.com if you need additional information or
2362N/A# have any questions.
0N/A#
0N/A
0N/A# Define public interface.
0N/A
0N/ASUNWprivate_1.1 {
0N/A global:
0N/A Java_java_util_jar_JarFile_getMetaInfEntryNames;
0N/A Java_java_util_zip_Adler32_update;
0N/A Java_java_util_zip_Adler32_updateBytes;
4550N/A Java_java_util_zip_CRC32_update;
0N/A Java_java_util_zip_CRC32_updateBytes;
0N/A Java_java_util_zip_Deflater_deflateBytes;
0N/A Java_java_util_zip_Deflater_end;
0N/A Java_java_util_zip_Deflater_getAdler;
0N/A Java_java_util_zip_Deflater_getBytesRead;
0N/A Java_java_util_zip_Deflater_getBytesWritten;
0N/A Java_java_util_zip_Deflater_init;
0N/A Java_java_util_zip_Deflater_initIDs;
0N/A Java_java_util_zip_Deflater_reset;
0N/A Java_java_util_zip_Deflater_setDictionary;
0N/A Java_java_util_zip_Inflater_end;
0N/A Java_java_util_zip_Inflater_getAdler;
0N/A Java_java_util_zip_Inflater_getBytesRead;
0N/A Java_java_util_zip_Inflater_getBytesWritten;
0N/A Java_java_util_zip_Inflater_inflateBytes;
0N/A Java_java_util_zip_Inflater_init;
0N/A Java_java_util_zip_Inflater_initIDs;
0N/A Java_java_util_zip_Inflater_reset;
0N/A Java_java_util_zip_Inflater_setDictionary;
0N/A Java_java_util_zip_ZipFile_close;
0N/A Java_java_util_zip_ZipFile_getCommentBytes;
1332N/A Java_java_util_zip_ZipFile_freeEntry;
0N/A Java_java_util_zip_ZipFile_getEntry;
0N/A Java_java_util_zip_ZipFile_getEntryBytes;
1107N/A Java_java_util_zip_ZipFile_getEntryCrc;
1107N/A Java_java_util_zip_ZipFile_getEntryCSize;
1107N/A Java_java_util_zip_ZipFile_getEntryFlag;
1107N/A Java_java_util_zip_ZipFile_getEntryMethod;
1107N/A Java_java_util_zip_ZipFile_getEntrySize;
1107N/A Java_java_util_zip_ZipFile_getEntryTime;
1107N/A Java_java_util_zip_ZipFile_getNextEntry;
0N/A Java_java_util_zip_ZipFile_getZipMessage;
0N/A Java_java_util_zip_ZipFile_getTotal;
0N/A Java_java_util_zip_ZipFile_initIDs;
0N/A Java_java_util_zip_ZipFile_open;
0N/A Java_java_util_zip_ZipFile_read;
0N/A
6329N/A ZIP_Close;
0N/A ZIP_CRC32;
0N/A ZIP_FindEntry;
0N/A ZIP_GetEntry;
0N/A ZIP_GetNextEntry;
0N/A ZIP_Lock;
0N/A ZIP_Open;
0N/A ZIP_Read;
0N/A ZIP_ReadEntry;
0N/A ZIP_Unlock;
0N/A
0N/A local:
0N/A *;
0N/A};
0N/A