Package | Description |
---|---|
org.osid.filing |
The Open Service Interface Definitions for the org.osid.filing
service.
|
org.osid.transport |
The Open Service Interface Definitions for the org.osid.transport
service.
|
Modifier and Type | Method and Description |
---|---|
DataOutputStream |
FileContentSession.getOutputStream(java.lang.String name)
Gets an output stream for writing to this file, replacing any existing
contents.
|
DataOutputStream |
FileContentSession.getOutputStreamForAppend(java.lang.String name)
Gets an output stream for appending to this file.
|
Modifier and Type | Method and Description |
---|---|
DataOutputStream |
OutboundStreamSession.sendData()
Sends data to the remote transport endpoint.
|