Package | Description |
---|---|
org.osid.filing |
The Open Service Interface Definitions for the org.osid.filing
service.
|
org.osid.installation |
The Open Service Interface Definitions for the org.osid.installation
service.
|
org.osid.repository |
The Open Service Interface Definitions for the org.osid.repository
service.
|
org.osid.transport |
The Open Service Interface Definitions for the org.osid.transport
service.
|
Modifier and Type | Method and Description |
---|---|
DataInputStream |
FileContentSession.getBlockingInputStream(java.lang.String name)
Gets the input stream for reading this file.
|
DataInputStream |
FileContentSession.getInputStream(java.lang.String name)
Gets the input stream for reading a file.
|
Modifier and Type | Method and Description |
---|---|
DataInputStream |
InstallationContent.getData()
Gets the asset content data.
|
Modifier and Type | Method and Description |
---|---|
void |
InstallationContentForm.setData(DataInputStream data)
Sets the content data.
|
Modifier and Type | Method and Description |
---|---|
DataInputStream |
AssetContent.getData()
Gets the asset content data.
|
Modifier and Type | Method and Description |
---|---|
void |
AssetContentForm.setData(DataInputStream data)
Sets the content data.
|
Modifier and Type | Method and Description |
---|---|
DataInputStream |
OutboundStreamSession.receiveData()
Receives data from the remote transport endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
DataOutputStream.writeStream(DataInputStream stream)
Writes a stream to this stream.
|