Package com.compomics.util.io.file

Classes related to the handling of files.
  • Class Summary 
    Class Description
    FilenameExtensionFilter
    This class will implement a FilenameFilter that filters on the extension of files.
    FileSystemAccessor
    This class serves as a fast OS independent access point to the file system.
    FolderMonitor
    This class will monitor a specified folder for activity.
    LastSelectedFolder
    Convenience class keeping class of the last selected folders.
    MonitorableFileInputStream
    This class implements an InputStream that reports on the progress of reading a file in integer quantities, even though the underlying file may have a binary size that is outside of integer range.
    MonitorableInputStream
    This class provides a specific FilterInputStream that can be monitored for progress.
    SerializationUtils
    This class implements convenience methods for serialization and deserialization.