Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Z 

A

addFiles(String, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.FileAdder
Adds files in the given directory.
allFormats() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
 
allFormats() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
 
ArArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.ar
Representation of the 'ar' archive format.
archiveCompressedAndNormalFileProcessor(Predicate<? super String>, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
Returns a FileProcessor which processes files by feeding their contents either to the archiveContentsProcessor, the compressedContentsProcessor or the normalContentsProcessor.
ArchiveFormat - Interface in de.unkrig.commons.file.org.apache.commons.compress.archivers
Representation of one archive format, e.g.
ArchiveFormatFactory - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers
Manages ArchiveFormats.
archiveHandler(String, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ProducerWhichThrows<? extends InputStream, ? extends IOException>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
Creates and returns an CompressUtil.ArchiveHandler which processes ArchiveInputStreams by feeding their entries into the contentsProcessor.
archiveHandler(String, OutputStream, Predicate<? super String>, Glob, ContentsTransformer, FileTransformations.ArchiveCombiner, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Creates and returns an CompressUtil.ArchiveHandler which transforms ArchiveInputStreams into ArchiveOutputStreams, honoring the given archiveEntryRemoval, archiveEntryRenaming and archiveFileCombiner, and using the given contentsTransformer.
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
archiveInputStream(InputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
 
archiveInputStream(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Determines the archive format from the first few bytes of the inputStream and then wraps it in the appropriate ArchiveInputStream.
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
archiveInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
archiveOutputStream(OutputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
archiveOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
ArchiveURLStreamHandler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers
An abstract URLStreamHandler which makes the implementation of archive-based URLStreamHandlers simple.
ArchiveURLStreamHandler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveURLStreamHandler
 
ArjArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.arj
Representation of the 'ar' archive format.
asInputStream(InputStream, ContentsTransformer, String) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Creates and returns an InputStream that reads from the delegate and through the transformer
asOutputStream(ContentsTransformer, OutputStream, String) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Creates and returns an OutputStream that writes through the transformer and to the delegate.
attemptToDeleteRecursively(File) - Static method in class de.unkrig.commons.file.FileUtil
Similar to File.delete(), but clears and deletes directory trees recursively.

B

BZip2CompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2
Representation of the 'bzip2' compression format.

C

chain(ContentsTransformer, ContentsTransformer) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Creates and returns a ContentsTransformers that "chains" the two delegates.
checkIdentity(String, InputStream, ContentsTransformer, boolean) - Static method in class de.unkrig.commons.file.filetransformation.FileContentsTransformer
Consumes the inputStream, feeds it through the contentsTransformer, and checks whether the output is identical with the input.
combine(String, List<T>) - Method in interface de.unkrig.commons.file.contentsprocessing.ContentsProcessings.ArchiveCombiner
Is invoked after all entries of an archive have been processed.
combine(String, File, List<T>) - Method in interface de.unkrig.commons.file.fileprocessing.FileProcessings.DirectoryCombiner
 
combineArchive(String, ConsumerWhichThrows<? super FileTransformations.NameAndContents, ? extends IOException>) - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.ArchiveCombiner
Combines the results of ContentsTransformer.transform(String, InputStream, java.io.OutputStream) for all archive entries into one object.
combineDirectory(String, ConsumerWhichThrows<? super FileTransformations.NameAndContents, ? extends IOException>) - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.DirectoryCombiner
Is invoked after the members of the directory have been transformed.
compressedAndArchiveContentsProcessor(Predicate<? super String>, Predicate<? super String>, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
Returns a ContentsProcessor which processes contents by feeding it to the normalContentsProcessor, but automagically detects various archive and compression formats and processes the entries of the archive and the uncompressed contents instead of the "raw" contents.
compressedAndArchiveContentsTransformer(Predicate<? super String>, Predicate<? super String>, Glob, ContentsTransformer, FileTransformations.ArchiveCombiner, ContentsTransformer, ContentsTransformer, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Returns a ContentsTransformer which transforms contents by feeding it through the normalContentsTransformer, but automagically detects various archive and compression formats and processes the entries of the archive and the uncompressed contents instead of the "raw" contents.
compressedAndArchiveFileTransformer(Predicate<? super String>, Predicate<? super String>, Glob, FileTransformations.ArchiveCombiner, ContentsTransformer, ContentsTransformer, ContentsTransformer, boolean, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
Returns a FileTransformer which transforms files by feeding their contents through the normalContentsTransformer (just like the FileContentsTransformer), or, iff the file is an archive file, by feeding the archive file's entries through the archiveEntryContentsTransformer, or, iff the file is a compressed file, be feeding the compressed file's decompressed contents through the compressedContentsTransformer.
CompressionFormat - Interface in de.unkrig.commons.file.org.apache.commons.compress.compressors
Representation of one compression format, e.g.
CompressionFormatFactory - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors
CompressionURLStreamHandler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors
An abstract URLStreamHandler which makes the implementation of archive-based URLStreamHandlers simple.
CompressionURLStreamHandler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionURLStreamHandler
 
compressorHandler(String, ContentsProcessor<T>, ProducerWhichThrows<? extends InputStream, ? extends IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
Creates and returns a CompressUtil.CompressorHandler which processes an ArchiveInputStream by feeding its entries to the given contentsProcessor.
compressorHandler(String, OutputStream, ContentsTransformer) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Creates and returns a CompressUtil.CompressorHandler which transforms an ArchiveInputStream into an OutputStream, using the given contentsTransformer.
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
compressorInputStream(InputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
 
compressorInputStream(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
Determines the compression format from the first few bytes of the inputStream and then wraps it in the appropriate CompressorInputStream.
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
compressorInputStream(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
compressorOutputStream(OutputStream) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
compressorOutputStream(OutputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
CompressUtil - Class in de.unkrig.commons.file
Utility class which implements functionality that is related to org.apache.commons.compress.
CompressUtil.ArchiveHandler<T> - Interface in de.unkrig.commons.file
 
CompressUtil.CompressorHandler<T> - Interface in de.unkrig.commons.file
 
CompressUtil.NormalContentsHandler<T> - Interface in de.unkrig.commons.file
 
ContentsProcessings - Class in de.unkrig.commons.file.contentsprocessing
ContentsProcessor-related utility methods.
ContentsProcessings.ArchiveCombiner<T> - Interface in de.unkrig.commons.file.contentsprocessing
Combines the results of ContentsProcessor.process(String, InputStream, long, long, ProducerWhichThrows) for all archive entries into one object.
ContentsProcessor<T> - Interface in de.unkrig.commons.file.contentsprocessing
 
contentsProcessor - Variable in class de.unkrig.commons.file.fileprocessing.FileContentsProcessor
The ContentsProcessor that is used to process a file's contents when FileContentsProcessor.process(String, File) is invoked.
ContentsTransformations - Class in de.unkrig.commons.file.contentstransformation
Utility class for ContentsTransformer.
ContentsTransformer - Interface in de.unkrig.commons.file.contentstransformation
An entity that transforms contents, i.e. it reads bytes from an InputStream and writes bytes to an OutputStream.
COPY - Static variable in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
A ContentsTransformer which IoUtil.copy(InputStream, OutputStream)s all data unmodified and returns the number of copied bytes.
CpioArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio
Representation of the 'ar' archive format.
create(Predicate<? super String>, ContentsTransformer, ContentsTransformer) - Static method in class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
create(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
Creates a new archive file.
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
create(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
Creates a new compressed file.
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
create(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 

D

de.unkrig.commons.file - package de.unkrig.commons.file
This package contains various helper class that are useful in the context of processing files.
de.unkrig.commons.file.contentsprocessing - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - package 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 - 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 - 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 - 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 - 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 - 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 - package de.unkrig.commons.file.org.apache.commons.compress.compressors.z
Helpers related to the org.apache.commons.compress.compressors.z package.
DEFAULT_MEMBER_NAME_COMPARATOR - Static variable in class de.unkrig.commons.file.filetransformation.DirectoryTransformer
Sorts ascendingly by name (for the default locale).
defaultHandler() - Static method in class de.unkrig.commons.file.ExceptionHandler
 
deleteRecursively(File) - Static method in class de.unkrig.commons.file.FileUtil
Deletes the given regular file, or clears and deletes the given directory recursively.
DirectoryMembersTransformer - Interface in de.unkrig.commons.file.filetransformation
Transforms the members of a directory.
directoryProcessor(Predicate<? super String>, FileProcessor<T>, Comparator<Object>, FileProcessor<T>, FileProcessings.DirectoryCombiner<T>, SquadExecutor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
Returns a FileProcessor which processes directories and regular files.
DirectoryTransformer - Class in de.unkrig.commons.file.filetransformation
 
DirectoryTransformer(FileTransformer, Comparator<Object>, FileTransformer, FileTransformations.DirectoryCombiner, boolean, boolean, ExceptionHandler<IOException>) - Constructor for class de.unkrig.commons.file.filetransformation.DirectoryTransformer
 
directoryTreeProcessor(Predicate<? super String>, FileProcessor<T>, Comparator<Object>, FileProcessings.DirectoryCombiner<T>, SquadExecutor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
Returns a FileProcessor which processes directories and regular files exactly like the FileProcessor returned by FileProcessings.directoryProcessor(Predicate, FileProcessor, Comparator, FileProcessor, DirectoryCombiner, SquadExecutor, ExceptionHandler), except that it processes directory members recursively.
directoryTreeTransformer(Comparator<Object>, Predicate<? super String>, Glob, FileTransformations.DirectoryCombiner, FileTransformer, boolean, boolean, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
Creates and returns a DirectoryTransformer which implements the following features: Recursive processing of directories Removal, renaming and addition of directory members
DumpArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.dump
Representation of the 'ar' archive format.

E

ExceptionHandler<E extends Exception> - Class in de.unkrig.commons.file
A helper class that is useful when exceptions should not be caught, but handled.
ExceptionHandler() - Constructor for class de.unkrig.commons.file.ExceptionHandler
 

F

FileAdder - Interface in de.unkrig.commons.file.filetransformation
Adds a given file to 'something'.
FileAdderUtil - Class in de.unkrig.commons.file.filetransformation
Various FileAdder-related utility methods.
FileContentsProcessor<T> - Class in de.unkrig.commons.file.fileprocessing
Processes a file by opening the file, feeding its contents to the ContentsProcessor, and eventually closing the file.
FileContentsProcessor(ContentsProcessor<T>) - Constructor for class de.unkrig.commons.file.fileprocessing.FileContentsProcessor
 
FileContentsTransformer - Class in de.unkrig.commons.file.filetransformation
A FileTransformer that transforms a file be feeding its contents through a ContentsTransformer.
FileContentsTransformer(ContentsTransformer, boolean) - Constructor for class de.unkrig.commons.file.filetransformation.FileContentsTransformer
 
FileProcessings - Class in de.unkrig.commons.file.fileprocessing
Various file processing utility methods.
FileProcessings.DirectoryCombiner<T> - Interface in de.unkrig.commons.file.fileprocessing
Transforms the return values of the invocations of directoryMemberProcessor for each member.
FileProcessor<T> - Interface in de.unkrig.commons.file.fileprocessing
An entity that "does something" with a File.
FileTransformations - Class in de.unkrig.commons.file.filetransformation
Various FileTransformer-related utility methods.
FileTransformations.ArchiveCombiner - Interface in de.unkrig.commons.file.filetransformation
 
FileTransformations.DirectoryCombiner - Interface in de.unkrig.commons.file.filetransformation
 
FileTransformations.NameAndContents - Interface in de.unkrig.commons.file.filetransformation
 
FileTransformer - Interface in de.unkrig.commons.file.filetransformation
 
FileTransformer.Mode - Enum in de.unkrig.commons.file.filetransformation
 
FileUtil - Class in de.unkrig.commons.file
Utility class for various file operations.
forArchiveOutputStream(ArchiveOutputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Deprecated.
Should be replaced by a new method ArchiveOutputStream.getFormat()
forCompressorOutputStream(CompressorOutputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
Deprecated.
Should be replaced by a new method CompressorOutputStream.getFormat()
forContents(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Reads the first few bytes from the given input stream and determines the archive format.
forContents(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Reads the first few bytes from the given file and determines the archive format.
forContents(InputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
Reads the first few bytes from the given input stream and determines the compression format.
forContents(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
Reads the first few bytes from the given file and determines the compression format.
forFileName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
 
forFileName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
 
forFormatName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
 
forFormatName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
 
FramedSnappyCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
Representation of the 'framed snappy' compression format.

G

get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
get() - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
getArchiveFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
Maps the given fileName to the name that a corresponding archive file would have.
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
getArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
getCompressedFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
Maps the given fileName to the name that a corresponding compressed file would have.
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
getCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
getEntryCrc32(ArchiveEntry) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Deprecated.
Should be replaced by a new method ArchiveEntry.getCrc32()
getName() - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.NameAndContents
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
getName() - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
getName() - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
getName() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
getUncompressedFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
Maps the given fileName to the name that a corresponding uncompressed file would have.
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
getUncompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
getUncompressedSize(CompressorInputStream) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
Deprecated.
Should be replaced by a new method CompressorInputStream.getUncompressedSize()
GzipCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip
Representation of the 'gzip' compression format.

H

handle(String, E) - Method in class de.unkrig.commons.file.ExceptionHandler
Handles the given exception, e.g. by printing, logging and/or rethrowing it.
handle(String, RuntimeException) - Method in class de.unkrig.commons.file.ExceptionHandler
Handles the given runtimeException, e.g. by printing, logging and/or rethrowing it.
handleArchive(ArchiveInputStream, ArchiveFormat) - Method in interface de.unkrig.commons.file.CompressUtil.ArchiveHandler
May or may not read entries and data from the archiveInputStream, and may or may not close it.
handleCompressor(CompressorInputStream, CompressionFormat) - Method in interface de.unkrig.commons.file.CompressUtil.CompressorHandler
May or may not read from the compressorInputStream.
handleNormalContents(InputStream) - Method in interface de.unkrig.commons.file.CompressUtil.NormalContentsHandler
May or may not read from the inputStream, and may or may not close it.
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.ar
A URLStreamHandler for the protocol "ar".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.arj
A URLStreamHandler for the protocol "arj".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio
A URLStreamHandler for the protocol "cpio".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.dump
A URLStreamHandler for the protocol "dump".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.jar
A URLStreamHandler for the protocol "jar".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.tar
A URLStreamHandler for the protocol "tar".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.zip
A URLStreamHandler for the protocol "zip".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2
A URLStreamHandler for the protocol "bzip2".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip
A URLStreamHandler for the protocol "gzip".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma
A URLStreamHandler for the protocol "lzma".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200
A URLStreamHandler for the protocol "pack200".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
A URLStreamHandler for the protocol "snappy".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.xz
A URLStreamHandler for the protocol "xz".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.Handler
 
Handler - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.z
A URLStreamHandler for the protocol "z".
Handler() - Constructor for class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.Handler
 

I

isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
isArchiveFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
isArchiveFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
isCompressedFileName(String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
isCompressedFileName(String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 

J

JarArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.jar
Representation of the 'ar' archive format.

L

LZMACompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma
Representation of the 'lzma' compression format.

M

matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
matches(byte[], int) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
matches(byte[], int) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
matches(byte[], int) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 

N

newFile(File) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
 
nop() - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
 
nop() - Static method in class de.unkrig.commons.file.filetransformation.FileAdderUtil
 
NOP - Static variable in interface de.unkrig.commons.file.filetransformation.FileTransformations.ArchiveCombiner
NOP - Static variable in interface de.unkrig.commons.file.filetransformation.FileTransformations.DirectoryCombiner
nopArchiveCombiner() - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
 
nopContentsProcessor() - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
 
nopDirectoryCombiner() - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
A FileProcessings.DirectoryCombiner which ignores the combinables and returns null.
normalContentsHandler(String, ContentsProcessor<T>, long, long, ProducerWhichThrows<? extends InputStream, ? extends IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
Creates and returns a TransformerWhichThrows which processes an InputStream by feeding it into the given contentsProcessor.
normalContentsHandler(String, OutputStream, ContentsTransformer) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Creates and returns a handler which transforms an InputStream into an OutputStream using the given contentsTransformer.
normalizeEntryName(String) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Normalizes an entry name produced by ArchiveEntry.getName() such that The names of two entries in two archives are typically regarded as equal by users The name never ands with a slash ('/') This is necessary because e.g. for the ZIP-derived archive formats the names of DIRECTORY entries always have a trailing slash, which is not the case for other archive formats.
NOT_IDENTICAL - Static variable in interface de.unkrig.commons.file.filetransformation.FileTransformer
Thrown by transform(String, File, File, FileTransformer.Mode.CHECK); indicates that when that method would be invoked with mode FileTransformer.Mode.TRANSFORM, its output would not be identical with its input.

O

open() - Method in interface de.unkrig.commons.file.filetransformation.FileTransformations.NameAndContents
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.Handler
 
open(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
Opens an existing archive file for reading.
open(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormatFactory
Determines the archive format from the first few bytes of the archiveFile and then returns a ArchiveInputStream reading from the archiveFile.
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveURLStreamHandler
Wraps the containerInputStream in an ArchiveInputStream.
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.Handler
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.Handler
 
open(File) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormat
Opens an existing compressed file for reading.
open(File) - Static method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionFormatFactory
Determines the compression format from the first few bytes of the compressedFile and then returns a CompressorInputStream reading from the compressedFile.
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionURLStreamHandler
Wraps the containerInputStream in a decompressing stream.
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.Handler
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
open(InputStream) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.Handler
 
open(File) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
openConnection(URL) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveURLStreamHandler
 
openConnection(URL) - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.CompressionURLStreamHandler
 
opener(File) - Static method in class de.unkrig.commons.file.FileUtil
 
opener(byte[]) - Static method in class de.unkrig.commons.file.FileUtil
 
origFile(File) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
 

P

Pack200CompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200
Representation of the 'pack200' compression format.
process(String, InputStream, long, long, ProducerWhichThrows<? extends InputStream, ? extends IOException>) - Method in interface de.unkrig.commons.file.contentsprocessing.ContentsProcessor
Reads from the input stream (typically until end-of-input), but does not close it.
process(String, InputStream, long, long, ProducerWhichThrows<? extends InputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.contentsprocessing.SelectiveContentsProcessor
If the pathPredicate evaluates to true for the path, then the trueDelegate is called, otherwise the falseDelegate.
process(String, File) - Method in class de.unkrig.commons.file.fileprocessing.FileContentsProcessor
Opens the file, passes the input stream to ContentsProcessor.process(String, InputStream, long, long, ProducerWhichThrows), then closes the file.
process(List<File>, FileProcessor<T>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
 
process(List<File>, FileProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
Invokes the fileProcessor for each of the files.
process(String, File) - Method in interface de.unkrig.commons.file.fileprocessing.FileProcessor
Do 'something' with the given file.
process(String, File) - Method in class de.unkrig.commons.file.fileprocessing.SelectiveFileProcessor
 
processArchive(String, ArchiveInputStream, ContentsProcessor<T>, ContentsProcessings.ArchiveCombiner<T>, ProducerWhichThrows<? extends ArchiveInputStream, ? extends IOException>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
Process the given archiveInputStream by feeding the contents of each archive entry through the given contentsProcessor.
processContent(File, Charset, ConsumerWhichThrows<? super Reader, ? extends EX>) - Static method in class de.unkrig.commons.file.FileUtil
Opens the named file, lets the processor read text from it, and closes the file.
processContent(Reader, ConsumerWhichThrows<? super Reader, ? extends EX>) - Static method in class de.unkrig.commons.file.FileUtil
Passes the given reader to the processor, and then closes the file.
processFile(String, File, Predicate<? super String>, CompressUtil.ArchiveHandler<? extends T>, CompressUtil.CompressorHandler<? extends T>, CompressUtil.NormalContentsHandler<? extends T>) - Static method in class de.unkrig.commons.file.CompressUtil
Invokes exactly one of archiveHandler, compressorHandler or normalContentsHandler.
processFile(File, Predicate<? super ArchiveFormat>, CompressUtil.ArchiveHandler<? extends T>, Predicate<? super CompressionFormat>, CompressUtil.CompressorHandler<? extends T>, CompressUtil.NormalContentsHandler<? extends T>) - Static method in class de.unkrig.commons.file.CompressUtil
Invokes exactly one of archiveHandler, compressorHandler or normalContentsHandler.
processStream(String, InputStream, Predicate<? super String>, CompressUtil.ArchiveHandler<? extends T>, CompressUtil.CompressorHandler<? extends T>, CompressUtil.NormalContentsHandler<? extends T>) - Static method in class de.unkrig.commons.file.CompressUtil
Invokes exactly one of archiveHandler, compressorHandler or normalContentsHandler.
processStream(InputStream, Predicate<? super ArchiveFormat>, CompressUtil.ArchiveHandler<? extends T>, Predicate<? super CompressionFormat>, CompressUtil.CompressorHandler<? extends T>, CompressUtil.NormalContentsHandler<? extends T>) - Static method in class de.unkrig.commons.file.CompressUtil
Invokes exactly one of archiveHandler, compressorHandler or normalContentsHandler.
ProxyFileTransformer - Class in de.unkrig.commons.file.filetransformation
A file transformer which delegates to the file transformer specified by ProxyFileTransformer.set(FileTransformer).
ProxyFileTransformer() - Constructor for class de.unkrig.commons.file.filetransformation.ProxyFileTransformer
 

R

recursiveCompressedAndArchiveContentsProcessor(Predicate<? super String>, Predicate<? super String>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentsprocessing.ContentsProcessings
Returns a ContentsProcessor which processes a stream by feeding it into the normalContentsProcessor, but automagically detects various archive formats and compression formats (also nested) and processes the entries of the archive and the uncompressed contents instead of the "raw" contents.
recursiveCompressedAndArchiveContentsTransformer(Predicate<? super String>, Predicate<? super String>, Glob, FileTransformations.ArchiveCombiner, ContentsTransformer, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Returns a ContentsTransformer which transforms a stream by feeding it through the delegate, but automagically detects various archive formats and compression formats (also nested) and processes the entries of the archive and the uncompressed contents instead of the "raw" contents.
recursiveCompressedAndArchiveFileProcessor(Predicate<? super String>, Predicate<? super String>, ContentsProcessings.ArchiveCombiner<T>, ContentsProcessor<T>, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.fileprocessing.FileProcessings
Returns a FileProcessor which processes files by feeding their contents through the delegate (just like the FileContentsProcessor), but automagically detects various archive and compression formats (also nested) and processes the entries of the archive and the uncompressed contents instead of the "raw" contents.
recursiveCompressedAndArchiveFileTransformer(Predicate<? super String>, Predicate<? super String>, Glob, FileTransformations.ArchiveCombiner, ContentsTransformer, boolean, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
Returns a FileTransformer which transforms files by feeding their contents through the delegate (just like the FileContentsTransformer), but automagically detects various archive and compression formats (also nested) and processes the entries of the archive and the uncompressed contents instead of the "raw" contents.
remove() - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
If in equals out ("in-place transformation"), then file in is deleted.
rename(File, File) - Static method in class de.unkrig.commons.file.FileUtil
 
renameRemoveFileTransformer(Predicate<? super String>, Glob, FileTransformer, boolean) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
Wraps the given delegate in a FileTransformer which handles removal and renaming of files.

S

SelectiveContentsProcessor<T> - Class in de.unkrig.commons.file.contentsprocessing
 
SelectiveContentsProcessor(Predicate<? super String>, ContentsProcessor<T>, ContentsProcessor<T>) - Constructor for class de.unkrig.commons.file.contentsprocessing.SelectiveContentsProcessor
 
SelectiveContentsTransformer - Class in de.unkrig.commons.file.contentstransformation
A ContentsTransformer that delegates contents transformation to one of two delegates, depending on whether the path argument matches a string Predicate or not.
SelectiveContentsTransformer(Predicate<? super String>, ContentsTransformer, ContentsTransformer) - Constructor for class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
If the pathPredicate does not match the node's path, then the delegate is called.
SelectiveFileProcessor<T> - Class in de.unkrig.commons.file.fileprocessing
Passes to a delegate only the files who's path matches a given predicate.
SelectiveFileProcessor(Predicate<? super String>, FileProcessor<T>, FileProcessor<T>) - Constructor for class de.unkrig.commons.file.fileprocessing.SelectiveFileProcessor
 
SelectiveFileTransformer - Class in de.unkrig.commons.file.filetransformation
A FileTransformer that feeds the file to the trueDelegate iff the path matches a given Predicate, and otherwise to the falseDelegate.
SelectiveFileTransformer(Predicate<? super String>, FileTransformer, FileTransformer) - Constructor for class de.unkrig.commons.file.filetransformation.SelectiveFileTransformer
 
set(FileTransformer) - Method in class de.unkrig.commons.file.filetransformation.ProxyFileTransformer
 
SevenZArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz
Representation of the '7z' archive format.
SnappyCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy
Representation of the (raw) 'snappy' compression format.

T

TarArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.tar
Representation of the 'tar' archive format.
TextTransformer - Interface in de.unkrig.commons.file.contentstransformation
Same as the ContentsTransformer, but operates on Readers and Writers instead of InputStreams and OutputStreams.
THROW_NOT_IDENTICAL - Static variable in interface de.unkrig.commons.file.filetransformation.FileTransformer
toString() - Method in class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
 
toString() - Method in class de.unkrig.commons.file.fileprocessing.SelectiveFileProcessor
 
toString() - Method in class de.unkrig.commons.file.filetransformation.DirectoryTransformer
 
toString() - Method in class de.unkrig.commons.file.filetransformation.SelectiveFileTransformer
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.bzip2.BZip2CompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.gzip.GzipCompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.lzma.LZMACompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.pack200.Pack200CompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.FramedSnappyCompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.snappy.SnappyCompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.xz.XZCompressionFormat
 
toString() - Method in class de.unkrig.commons.file.org.apache.commons.compress.compressors.z.ZCompressionFormat
 
transform(String, InputStream, OutputStream) - Method in interface de.unkrig.commons.file.contentstransformation.ContentsTransformer
Reads bytes from is (typically until end-of-input) and writes bytes to os.
transform(String, InputStream, OutputStream) - Method in class de.unkrig.commons.file.contentstransformation.SelectiveContentsTransformer
If the pathPredicate does not match the path, then the delegate is called with arguments is and os.
transform(String, Reader, Writer) - Method in interface de.unkrig.commons.file.contentstransformation.TextTransformer
Reads characters from reader (typically until end-of-input) and writes characters to writer.
transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.DirectoryTransformer
If in is a directory, then out is taken as a directory (created if missing), and directoryMemberTransformer.transform() is called for each member of in.
transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.FileContentsTransformer
Opens the in file for reading, opens the out file for writing, reads the contents, feeds it through the given ContentsTransformer, and writes it to the out file.
transform(String[], FileTransformer, FileTransformer.Mode, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.filetransformation.FileTransformations
Transforms a set of files based on an array of strings, similar to many UNIX™ command line tools.
transform(String, File, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.FileTransformer
Creates the file out, based on the file in.
transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.ProxyFileTransformer
 
transform(String, File, File, FileTransformer.Mode) - Method in class de.unkrig.commons.file.filetransformation.SelectiveFileTransformer
 
transformArchive(String, ArchiveInputStream, ArchiveOutputStream, Predicate<? super String>, Glob, ContentsTransformer, FileTransformations.ArchiveCombiner, ExceptionHandler<IOException>) - Static method in class de.unkrig.commons.file.contentstransformation.ContentsTransformations
Transforms the given archiveInputStream into the given archiveOutputStream, honoring the given archiveEntryRemoval, archiveEntryRenaming and archiveEntryAddition, and using the given contentsTransformer.

U

UNCHANGED - Static variable in class de.unkrig.commons.file.filetransformation.FileTransformations
If in equals out ("in-place transformation"), then file is left untouched.

V

valueOf(String) - Static method in enum de.unkrig.commons.file.filetransformation.FileTransformer.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.unkrig.commons.file.filetransformation.FileTransformer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
visitEnd(String, File, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.DirectoryMembersTransformer
This method is invoked after the last member of the directory.
visitMember(String, File, File, FileTransformer.Mode) - Method in interface de.unkrig.commons.file.filetransformation.DirectoryMembersTransformer
This method is invoked for each member of the directory.

W

writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
Appends a 'directory entry', i.e. an entry without contents, to the given archiveOutputStream.
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
writeDirectoryEntry(ArchiveOutputStream, String) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.ar.ArArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
Appends a 'normal' entry (as opposed to a 'directory entry') with the given contents to the given archiveOutputStream.
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in interface de.unkrig.commons.file.org.apache.commons.compress.archivers.ArchiveFormat
Appends the given archiveEntry with the given contents to the given archiveOutputStream.
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.arj.ArjArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.cpio.CpioArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.dump.DumpArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.jar.JarArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.sevenz.SevenZArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.tar.TarArchiveFormat
 
writeEntry(ArchiveOutputStream, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 
writeEntry(ArchiveOutputStream, ArchiveEntry, String, ConsumerWhichThrows<? super OutputStream, ? extends IOException>) - Method in class de.unkrig.commons.file.org.apache.commons.compress.archivers.zip.ZipArchiveFormat
 

X

XZCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.xz
Representation of the 'xz' compression format.

Z

ZCompressionFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.compressors.z
Representation of the 'Z' (UNIX 'compress') compression format.
ZipArchiveFormat - Class in de.unkrig.commons.file.org.apache.commons.compress.archivers.zip
Representation of the 'zip' archive format.
A B C D E F G H I J L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2018 Arno Unkrig. All rights reserved.