Home
last modified time | relevance | path

Searched defs:ZipIterable (Results 1 – 1 of 1) sorted by relevance

/external/turbine/java/com/google/turbine/zip/
DZip.java151 public static class ZipIterable implements Iterable<Entry>, Closeable { class in Zip
157 public ZipIterable(Path path) throws IOException { in ZipIterable() method in Zip.ZipIterable