Uses of Interface
org.osid.transport.DataOutputStream
Packages that use DataOutputStream
Package
Description
The Open Service Interface Definitions for the org.osid.filing
service.
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of DataOutputStream in org.osid.filing
Methods in org.osid.filing that return DataOutputStreamModifier and TypeMethodDescriptionFileContentSession.getOutputStream(String name) Gets an output stream for writing to this file, replacing any existing contents.FileContentSession.getOutputStreamForAppend(String name) Gets an output stream for appending to this file. -
Uses of DataOutputStream in org.osid.transport
Methods in org.osid.transport that return DataOutputStreamModifier and TypeMethodDescriptionOutboundStreamSession.sendData()Sends data to the remote transport endpoint.