Uses of Class
org.clapper.util.io.RollingFileWriter.Compression

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

Uses of RollingFileWriter.Compression in org.clapper.util.io
 

Methods in org.clapper.util.io that return RollingFileWriter.Compression
static RollingFileWriter.Compression RollingFileWriter.Compression.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RollingFileWriter.Compression[] RollingFileWriter.Compression.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.clapper.util.io with parameters of type RollingFileWriter.Compression
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 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.