]> git.ipfire.org Git - thirdparty/gcc.git/commit
ZipFile.java (readLeShort): Take and use DataInput as argument.
authorMark Wielaard <mark@klomp.org>
Thu, 31 Oct 2002 21:56:32 +0000 (21:56 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Thu, 31 Oct 2002 21:56:32 +0000 (21:56 +0000)
commit5e81d5beff4813ceaa0133f1b272a38df8e9115a
tree014ac9abd5a6aac2cfda79de11ea9dde56757788
parentbab076f76ac1930fcec0f0b2e8a6f11b966d2d87
ZipFile.java (readLeShort): Take and use DataInput as argument.

* java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
argument.
(readLeShort): Likewise and use byte[].
(readLeInt): Likewise.
(readEntries): Use new versions of methods and use byte[] for reading
a complete zip entry. Add ZipFile name to exceptions.
(entries): Add ZipFile name to exceptions.
(getEntry): Likewise.
(checkLocalHeader): Use new versions of methods and add ZipFile name
to exceptions.

From-SVN: r58697
libjava/ChangeLog
libjava/java/util/zip/ZipFile.java