|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggedDataOutputStream | |
---|---|
org.netbeans.lib.cvsclient.connection | |
org.netbeans.lib.cvsclient.file |
Uses of LoggedDataOutputStream in org.netbeans.lib.cvsclient.connection |
---|
Methods in org.netbeans.lib.cvsclient.connection that return LoggedDataOutputStream | |
---|---|
LoggedDataOutputStream |
AbstractConnection.getOutputStream()
Get an output stream for sending data to the server. |
LoggedDataOutputStream |
Connection.getOutputStream()
Get an output stream for sending data to the server |
Methods in org.netbeans.lib.cvsclient.connection with parameters of type LoggedDataOutputStream | |
---|---|
void |
ConnectionModifier.modifyOutputStream(LoggedDataOutputStream ldos)
|
void |
GzipModifier.modifyOutputStream(LoggedDataOutputStream ldos)
|
protected void |
AbstractConnection.setOutputStream(LoggedDataOutputStream outputStream)
Set an output stream for sending data to the server. |
Uses of LoggedDataOutputStream in org.netbeans.lib.cvsclient.file |
---|
Methods in org.netbeans.lib.cvsclient.file with parameters of type LoggedDataOutputStream | |
---|---|
void |
DefaultFileHandler.transmitBinaryFile(java.io.File file,
LoggedDataOutputStream dos)
Transmit a binary file to the server, using the standard CVS protocol conventions. |
void |
FileHandler.transmitBinaryFile(java.io.File file,
LoggedDataOutputStream dos)
Transmit a binary file to the server, using the standard CVS protocol conventions. |
void |
DefaultFileHandler.transmitTextFile(java.io.File file,
LoggedDataOutputStream dos)
Transmit a text file to the server, using the standard CVS protocol conventions. |
void |
FileHandler.transmitTextFile(java.io.File file,
LoggedDataOutputStream dos)
Transmit a text file to the server, using the standard CVS protocol conventions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |