|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 |
Response.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |