Package | Description |
---|---|
org.netbeans.lib.cvsclient.connection | |
org.netbeans.lib.cvsclient.file | |
org.netbeans.lib.cvsclient.response |
Modifier and Type | Method and Description |
---|---|
LoggedDataInputStream |
Connection.getInputStream()
Get a data inputstream for reading data
|
LoggedDataInputStream |
AbstractConnection.getInputStream()
Get an input stream for receiving data from the server.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FileHandler.writeBinaryFile(String path,
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(String path,
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(String path,
String mode,
LoggedDataInputStream dis,
int length)
Merge a text file on the local machine with the diff from the server.
|
void |
DefaultFileHandler.writeRcsDiffFile(String path,
String mode,
LoggedDataInputStream dis,
int length)
Merge a text file on the local machine with the diff from the server.
|
void |
FileHandler.writeTextFile(String path,
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(String path,
String mode,
LoggedDataInputStream dis,
int length)
Write (either create or replace) a file on the local machine with one
read from the server.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response.
|
void |
ErrorResponse.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 |
WrapperSendResponse.process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response.
|
Copyright © 2016. All rights reserved.