Package org.esa.beam.util.io

Provides utility classes for IO operations.

See:
          Description

Class Summary
BeamFileChooser The general BEAM file chooser.
BeamFileFilter A FileFilter with file extensions support.
Constants Some constants.
CsvReader A CsvReader instance is used read text files with CSV (comma separated values) format.
CsvWriter  
FileChooserFactory A factory which is used to create instances of JFileChooser.
FileUtils This class provides additional functionality in handling with files.
WildcardMatcher 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.
 

Enum Summary
BeamFileFilter.FileSelectionMode File selection modes.
 

Package org.esa.beam.util.io Description

Provides utility classes for IO operations.



Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.