Codota Logo
ZipUtil.filterDirEntries
Code IndexAdd Codota to your IDE (free)

How to use
filterDirEntries
method
in
org.zeroturnaround.zip.ZipUtil

Best Java code snippets using org.zeroturnaround.zip.ZipUtil.filterDirEntries (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ScheduledThreadPoolExecutor s =
  • Codota Iconnew ScheduledThreadPoolExecutor(corePoolSize)
  • Codota IconThreadFactory threadFactory;new ScheduledThreadPoolExecutor(corePoolSize, threadFactory)
  • Codota IconString str;new ScheduledThreadPoolExecutor(1, new ThreadFactoryBuilder().setNameFormat(str).build())
  • Smart code suggestions by Codota
}
origin: zeroturnaround/zt-zip

final Set<String> dirNames = filterDirEntries(zip, ignoredEntries);
iterate(zip, new ZipEntryCallback() {
 public void process(InputStream in, ZipEntry zipEntry) throws IOException {
origin: zeroturnaround/zt-zip

final Set<String> removedDirs = ZipUtil.filterDirEntries(src, removedEntries);
origin: org.zeroturnaround/zt-zip

final Set<String> dirNames = filterDirEntries(zip, ignoredEntries);
iterate(zip, new ZipEntryCallback() {
 public void process(InputStream in, ZipEntry zipEntry) throws IOException {
origin: org.zeroturnaround/zt-zip

final Set<String> removedDirs = ZipUtil.filterDirEntries(src, removedEntries);
org.zeroturnaround.zipZipUtilfilterDirEntries

Popular methods of ZipUtil

  • pack
  • unpack
    Unpacks a ZIP stream to the given directory. The output directory must not be a file.
  • unpackEntry
    Unpacks a single file from a ZIP archive to a file.
  • removeEntry
    Copies an existing ZIP file and removes entry with a given path.
  • iterate
    Reads the given ZIP stream and executes the given action for each given entry. For each given entry
  • containsEntry
    Checks if the ZIP file contains the given entry.
  • addOrReplaceEntries
    Copies an existing ZIP file and adds/replaces the given entries in it.
  • packEntries
    Compresses the given files into a ZIP file. The ZIP file must not be a directory and its parent dire
  • removeEntries
    Copies an existing ZIP file and removes entries with given paths.
  • repack
    Repacks a provided ZIP input stream into a ZIP file with a given compression level.
  • replaceEntry
    Copies an existing ZIP file and replaces a given entry in it.
  • unexplode
    Compresses a given directory in its own location. A ZIP file will be first created with a temporary
  • replaceEntry,
  • unexplode,
  • unwrap,
  • addEntries,
  • addEntry,
  • archiveEqualsInternal,
  • checkDestinationFileForTraversal,
  • closeQuietly,
  • copyEntries,
  • doEntryEquals

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • getExternalFilesDir (Context)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • BitSet (java.util)
    This class implements a vector of bits that grows as needed. Each component of the bit set has a boo
  • SortedSet (java.util)
    A Set that further provides a total ordering on its elements. The elements are ordered using their C
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IsNull (org.hamcrest.core)
    Is the value null?
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now