ZipInputStream.java (createZipEntry): Implemented.
* java/util/zip/ZipInputStream.java (createZipEntry): Implemented. From-SVN: r35810
This commit is contained in:
@@ -125,8 +125,7 @@ public class ZipInputStream extends InflaterInputStream implements ZipConstants
|
||||
|
||||
protected ZipEntry createZipEntry (String name)
|
||||
{
|
||||
// FIXME - must figure out what this is supposed to do.
|
||||
return null;
|
||||
return new ZipEntry (name);
|
||||
}
|
||||
|
||||
public int read (byte[] b, int off, int len) throws IOException
|
||||
|
||||
Reference in New Issue
Block a user