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 AbstractConnection.getInputStream()
          Get an input stream for receiving data from the server.
 LoggedDataInputStream Connection.getInputStream()
          Get a data inputstream for reading data
 

Methods in org.netbeans.lib.cvsclient.connection with parameters of type LoggedDataInputStream
 void ConnectionModifier.modifyInputStream(LoggedDataInputStream ldis)
           
 void GzipModifier.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 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.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.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.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.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.
 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.
 

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

Methods in org.netbeans.lib.cvsclient.response with parameters of type LoggedDataInputStream
 void ErrorResponse.process(LoggedDataInputStream dis, ResponseServices services)
          Process the data for the response.
 void WrapperSendResponse.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 Response.process(LoggedDataInputStream dis, ResponseServices services)
          Process the data for the response.
 


 

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