1 # |
1 # |
2 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
25 |
25 |
26 # Define public interface. |
26 # Define public interface. |
27 |
27 |
28 SUNWprivate_1.1 { |
28 SUNWprivate_1.1 { |
29 global: |
29 global: |
30 Java_java_util_jar_JarFile_getMetaInfEntryNames; |
|
31 Java_java_util_zip_Adler32_update; |
30 Java_java_util_zip_Adler32_update; |
32 Java_java_util_zip_Adler32_updateBytes; |
31 Java_java_util_zip_Adler32_updateBytes; |
33 Java_java_util_zip_Adler32_updateByteBuffer; |
32 Java_java_util_zip_Adler32_updateByteBuffer; |
34 Java_java_util_zip_CRC32_update; |
33 Java_java_util_zip_CRC32_update; |
35 Java_java_util_zip_CRC32_updateBytes0; |
34 Java_java_util_zip_CRC32_updateBytes0; |
46 Java_java_util_zip_Inflater_inflateBytes; |
45 Java_java_util_zip_Inflater_inflateBytes; |
47 Java_java_util_zip_Inflater_init; |
46 Java_java_util_zip_Inflater_init; |
48 Java_java_util_zip_Inflater_initIDs; |
47 Java_java_util_zip_Inflater_initIDs; |
49 Java_java_util_zip_Inflater_reset; |
48 Java_java_util_zip_Inflater_reset; |
50 Java_java_util_zip_Inflater_setDictionary; |
49 Java_java_util_zip_Inflater_setDictionary; |
51 Java_java_util_zip_ZipFile_close; |
|
52 Java_java_util_zip_ZipFile_getCommentBytes; |
|
53 Java_java_util_zip_ZipFile_freeEntry; |
|
54 Java_java_util_zip_ZipFile_getEntry; |
|
55 Java_java_util_zip_ZipFile_getEntryBytes; |
|
56 Java_java_util_zip_ZipFile_getEntryCrc; |
|
57 Java_java_util_zip_ZipFile_getEntryCSize; |
|
58 Java_java_util_zip_ZipFile_getEntryFlag; |
|
59 Java_java_util_zip_ZipFile_getEntryMethod; |
|
60 Java_java_util_zip_ZipFile_getEntrySize; |
|
61 Java_java_util_zip_ZipFile_getEntryTime; |
|
62 Java_java_util_zip_ZipFile_getNextEntry; |
|
63 Java_java_util_zip_ZipFile_getZipMessage; |
|
64 Java_java_util_zip_ZipFile_getTotal; |
|
65 Java_java_util_zip_ZipFile_initIDs; |
|
66 Java_java_util_zip_ZipFile_open; |
|
67 Java_java_util_zip_ZipFile_read; |
|
68 Java_java_util_zip_ZipFile_startsWithLOC; |
|
69 |
|
70 ZIP_Close; |
50 ZIP_Close; |
71 ZIP_CRC32; |
51 ZIP_CRC32; |
72 ZIP_FindEntry; |
52 ZIP_FindEntry; |
73 ZIP_GetEntry; |
53 ZIP_GetEntry; |
74 ZIP_GetNextEntry; |
54 ZIP_GetNextEntry; |