de.unkrig.commons.file.filetransformation
Interface FileTransformations.NameAndContents

Enclosing class:
FileTransformations

public static interface FileTransformations.NameAndContents

See Also:
FileTransformations.DirectoryCombiner.combineDirectory(String, ConsumerWhichThrows), FileTransformations.ArchiveCombiner.combineArchive(String, ConsumerWhichThrows)

Method Summary
 java.lang.String getName()
           
 java.io.InputStream open()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
A simple name (must not contain separators)

open

java.io.InputStream open()
                         throws java.io.FileNotFoundException
Returns:
A stream producing the contents
Throws:
java.io.FileNotFoundException