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.getGzipFileHandler()
          Return the Gzip stream handler.
 FileHandler Client.getUncompressedFileHandler()
          Return the uncompressed file handler.
 

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

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.getGzipFileHandler()
          Obtain the file handler for Gzip compressed data.
 FileHandler ResponseServices.getUncompressedFileHandler()
          Obtain from the underlying implementation the file handler for handling uncompressed data.
 


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.