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.java150 public static class ZipIterable implements Iterable<Entry>, Closeable { class in Zip
156 public ZipIterable(Path path) throws IOException { in ZipIterable() method in Zip.ZipIterable