throw new UnsupportedOperationException("remove");
}
};
}
};
final Scope scope = createScope(currentScope);
MappingIterable<ZipEntry, Iterable<? extends FileDescriptor>> fileDescriptors = new MappingIterable<ZipEntry, Iterable<? extends FileDescriptor>>(
zipEntries) {
@Override
protected Iterable<? extends FileDescriptor> map(ZipEntry zipEntry) throws IOException {
String name = "/" + zipEntry.getName();