at.molindo.utils.io
Class DirectoryUtils

java.lang.Object
  extended by at.molindo.utils.io.DirectoryUtils

public class DirectoryUtils
extends Object


Method Summary
static Map<File,InputStream> open(File directory, boolean recursive)
           
static Map<File,InputStream> open(File directory, Compression compression, boolean recursive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

open

public static Map<File,InputStream> open(File directory,
                                         boolean recursive)
                                  throws FileNotFoundException,
                                         IOException
Throws:
FileNotFoundException
IOException

open

public static Map<File,InputStream> open(File directory,
                                         Compression compression,
                                         boolean recursive)
                                  throws FileNotFoundException,
                                         IOException
Throws:
FileNotFoundException
IOException


Copyright © 2011 Molindo GmbH. All Rights Reserved.