Package org.jzy3d.io
Class SimpleDir
- java.lang.Object
-
- org.jzy3d.io.SimpleDir
-
public class SimpleDir extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<File>
getAllFiles(File file)
static List<File>
getAllFiles(List<File> files)
static List<File>
getAllFolders(File file)
static File[]
listDir(File dir)
static File[]
listFile(File dir)
-
-
-
Method Detail
-
getAllFolders
public static List<File> getAllFolders(File file) throws IOException
- Throws:
IOException
-
getAllFiles
public static List<File> getAllFiles(List<File> files) throws IOException
- Throws:
IOException
-
getAllFiles
public static List<File> getAllFiles(File file) throws IOException
- Throws:
IOException
-
-