Uses of Class
org.clapper.util.io.IOExceptionExt

Packages that use IOExceptionExt
org.clapper.util.io org.clapper.util.io - Input/Output Classes. 
 

Uses of IOExceptionExt in org.clapper.util.io
 

Constructors in org.clapper.util.io that throw IOExceptionExt
RollingFileWriter(java.lang.String fileNamePattern)
          Constructs a RollingFileWriter that does not do automatic file roll-over.
RollingFileWriter(java.lang.String fileNamePattern, long maxRolledFileSize, int maxRolledFiles, RollingFileWriter.Compression compressionType)
          Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size.
RollingFileWriter(java.lang.String fileNamePattern, RollingFileWriter.Compression compressionType)
          Constructs a RollingFileWriter that does not do automatic file roll-over.
RollingFileWriter(java.lang.String fileNamePattern, java.lang.String charsetName, long maxRolledFileSize, int maxRolledFiles)
          Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size.
RollingFileWriter(java.lang.String fileNamePattern, java.lang.String charsetName, long maxRolledFileSize, int maxRolledOverFiles, RollingFileWriter.Compression compressionType, RollingFileWriter.RolloverCallback callback)
          Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size.
RollingFileWriter(java.lang.String fileNamePattern, java.lang.String charsetName, RollingFileWriter.Compression compressionType)
          Constructs a RollingFileWriter that does not do automatic file roll-over.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.