| getZipMember |
(String path, String name) |
yoix.io |
| |
|
Reads the zipped file specified by
path
and returns a
File
stream that permits reading of the data portion of the member whose name is
name.
The
path
should specify a zipped file that can be accessed directly (i.e., not
over a network using a URL connection).
If the supplied file is inappropriate or the named element does not exist,
a
NULL
stream is returned.
|
Yoix is a registered trademark of AT&T Inc.
|