Skip navigation links

commons-file 1.2.13-SNAPSHOT API

Functionality for Description

Packages 
Package Description
de.unkrig.commons.file
This package contains various helper class that are useful in the context of processing files.
de.unkrig.commons.file.contentsprocessing
Utilities for processing the contents of (i.e. the byte stream produced by) an InputStream.
de.unkrig.commons.file.contentstransformation
Utilities for transforming contents, i.e. reading bytes from an InputStream and writing to an OutputStream.
de.unkrig.commons.file.fileprocessing
This package contains classes and interfaces that deal with processing files (file trees, ZIP files).
de.unkrig.commons.file.filetransformation
This package contains classes and interfaces that deal with transforming a file, file tree or ZIP file into another file, file tree or ZIP file.
de.unkrig.commons.file.org.apache.commons.compress.archivers
A replacement for ArchiveStreamFactory, with several improvements.
de.unkrig.commons.file.org.apache.commons.compress.archivers.ar
Helpers related to the org.apache.commons.compress.archivers.ar package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.arj
Helpers related to the org.apache.commons.compress.archivers.arj package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio
Helpers related to the org.apache.commons.compress.archivers.cpio package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.dump
Helpers related to the org.apache.commons.compress.archivers.dump package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.jar
Helpers related to the org.apache.commons.compress.archivers.jar package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz
Helpers related to the org.apache.commons.compress.archivers.sevenz package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.tar
Helpers related to the org.apache.commons.compress.archivers.tar package.
de.unkrig.commons.file.org.apache.commons.compress.archivers.zip
Helpers related to the org.apache.commons.compress.archivers.zip package.
de.unkrig.commons.file.org.apache.commons.compress.compressors
A replacement for CompressorStreamFactory, with several improvements.
de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2
Helpers related to the org.apache.commons.compress.compressors.bzip2 package.
de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip
Helpers related to the org.apache.commons.compress.compressors.gzip package.
de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma
Helpers related to the org.apache.commons.compress.compressors.lzma package.
de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200
Helpers related to the org.apache.commons.compress.compressors.pack200 package.
de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
Helpers related to the org.apache.commons.compress.compressors.snappy package.
de.unkrig.commons.file.org.apache.commons.compress.compressors.xz
Helpers related to the org.apache.commons.compress.compressors.xz package.
de.unkrig.commons.file.org.apache.commons.compress.compressors.z
Helpers related to the org.apache.commons.compress.compressors.z package.
Functionality for processing or transforming trees of directories, files, compressed and archive files, and even nested compressed and archive files. Supports more than a dozen compression and archive formats.

License

de.unkrig.commons - A general-purpose Java class library

Copyright (c) 2011, Arno Unkrig
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copyright © 2018 Arno Unkrig. All rights reserved.