Package org.esa.snap.core.util.io
package org.esa.snap.core.util.io
Provides utility classes for I/O operations.
-
ClassDescriptionA
CsvReaderinstance is used read text files with CSV (comma separated values) format.A utility class for downloading files from the internet.A utility class for scaning directories in the local filesystem.A utility class for unpacking file archives.This class provides additional functionality in handling with files.A utility class for I/O related functionality.An input stream which can be used to observer progress of reading from some other input stream.AFileFilterwith file extensions support.File selection modes.AFileVisitorthat copies a file tree.AFileVisitorthat deletes a file tree.Utility class that can be used to "glob" the filesystem using (extended) Unix-style wildcards: '**' recursively matches directories and sub-directories; '*' matches parts or entire path names; '?' matches single characters; and character ranges expressed with '[]' will be correctly matched. However, no tilde expansion is done.