Package | Description |
---|---|
org.netbeans.lib.cvsclient.connection | |
org.netbeans.lib.cvsclient.file |
Modifier and Type | Method and Description |
---|---|
LoggedDataOutputStream |
Connection.getOutputStream()
Get an output stream for sending data to the server
|
LoggedDataOutputStream |
AbstractConnection.getOutputStream()
Get an output stream for sending data to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
GzipModifier.modifyOutputStream(LoggedDataOutputStream ldos) |
void |
ConnectionModifier.modifyOutputStream(LoggedDataOutputStream ldos) |
protected void |
AbstractConnection.setOutputStream(LoggedDataOutputStream outputStream)
Set an output stream for sending data to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
FileHandler.transmitBinaryFile(File file,
LoggedDataOutputStream dos)
Transmit a binary file to the server, using the standard CVS protocol
conventions.
|
void |
DefaultFileHandler.transmitBinaryFile(File file,
LoggedDataOutputStream dos)
Transmit a binary file to the server, using the standard CVS protocol
conventions.
|
void |
FileHandler.transmitTextFile(File file,
LoggedDataOutputStream dos)
Transmit a text file to the server, using the standard CVS protocol
conventions.
|
void |
DefaultFileHandler.transmitTextFile(File file,
LoggedDataOutputStream dos)
Transmit a text file to the server, using the standard CVS protocol
conventions.
|
Copyright © 2016. All rights reserved.