Uses of Class
org.netbeans.lib.cvsclient.util.LoggedDataInputStream

Packages that use LoggedDataInputStream
org.netbeans.lib.cvsclient.connection   
org.netbeans.lib.cvsclient.file   
org.netbeans.lib.cvsclient.response   
 

Uses of LoggedDataInputStream in org.netbeans.lib.cvsclient.connection
 

Methods in org.netbeans.lib.cvsclient.connection that return LoggedDataInputStream
 LoggedDataInputStream Connection.getInputStream()
          Get a data inputstream for reading data
 LoggedDataInputStream AbstractConnection.getInputStream()
          Get an input stream for receiving data from the server.
 

Methods in org.netbeans.lib.cvsclient.connection with parameters of type LoggedDataInputStream
 void GzipModifier.modifyInputStream(LoggedDataInputStream ldis)
           
 void ConnectionModifier.modifyInputStream(LoggedDataInputStream ldis)
           
protected  void AbstractConnection.setInputStream(LoggedDataInputStream inputStream)
          Set an input stream for receiving data from the server.
 

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

Methods in org.netbeans.lib.cvsclient.file with parameters of type LoggedDataInputStream
 void FileHandler.writeBinaryFile(java.lang.String path, java.lang.String mode, LoggedDataInputStream dis, int length)
          Write (either create or replace) a text file on the local machine with one read from the server.
 void DefaultFileHandler.writeBinaryFile(java.lang.String path, java.lang.String mode, LoggedDataInputStream dis, int length)
          Write (either create or replace) a binary file on the local machine with one read from the server.
 void FileHandler.writeRcsDiffFile(java.lang.String path, java.lang.String mode, LoggedDataInputStream dis, int length)
          Merge a text file on the local machine with the diff from the server.
 void DefaultFileHandler.writeRcsDiffFile(java.lang.String path, java.lang.String mode, LoggedDataInputStream dis, int length)
          Merge a text file on the local machine with the diff from the server.
 void FileHandler.writeTextFile(java.lang.String path, java.lang.String mode, LoggedDataInputStream dis, int length)
          Write (either create or replace) a text file on the local machine with one read from the server.
 void DefaultFileHandler.writeTextFile(java.lang.String path, java.lang.String mode, LoggedDataInputStream dis, int length)
          Write (either create or replace) a file on the local machine with one read from the server.
 

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

Methods in org.netbeans.lib.cvsclient.response with parameters of type LoggedDataInputStream
 void WrapperSendResponse.process(LoggedDataInputStream dis, ResponseServices services)
          Process the data for the response.
 void Response.process(LoggedDataInputStream dis, ResponseServices services)
          Process the data for the response.
 void ErrorMessageResponse.process(LoggedDataInputStream dis, ResponseServices services)
          Process the data for the response.
 void ErrorResponse.process(LoggedDataInputStream dis, ResponseServices services)
          Process the data for the response.
 


 

Built on February 18 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.