Uses of Interface
org.netbeans.lib.cvsclient.file.FileHandler

Packages that use FileHandler
org.netbeans.lib.cvsclient   
org.netbeans.lib.cvsclient.file   
org.netbeans.lib.cvsclient.response   
 

Uses of FileHandler in org.netbeans.lib.cvsclient
 

Methods in org.netbeans.lib.cvsclient that return FileHandler
 FileHandler Client.getUncompressedFileHandler()
          Return the uncompressed file handler.
 FileHandler Client.getGzipFileHandler()
          Return the Gzip stream handler.
 

Methods in org.netbeans.lib.cvsclient with parameters of type FileHandler
 void Client.setUncompressedFileHandler(FileHandler uncompFileHandler)
          Set the uncompressed file handler.
 void Client.setGzipFileHandler(FileHandler gzipFileHandler)
          Set the handler for Gzip data.
 void ClientServices.setUncompressedFileHandler(FileHandler handler)
          Set the uncompressed file handler.
 void ClientServices.setGzipFileHandler(FileHandler handler)
          Set the handler for Gzip data.
 

Uses of FileHandler in org.netbeans.lib.cvsclient.file
 

Classes in org.netbeans.lib.cvsclient.file that implement FileHandler
 class DefaultFileHandler
          Provides a basic implementation of FileHandler, and does much of the handling of reading and writing files and performing CRLF conversions.
 class GzippedFileHandler
          Handles the reading and writing of Compressed files to and from the server.
 

Uses of FileHandler in org.netbeans.lib.cvsclient.response
 

Methods in org.netbeans.lib.cvsclient.response that return FileHandler
 FileHandler ResponseServices.getUncompressedFileHandler()
          Obtain from the underlying implementation the file handler for handling uncompressed data.
 FileHandler ResponseServices.getGzipFileHandler()
          Obtain the file handler for Gzip compressed data.
 



Built on December 18 2007.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.