Uses of Interface
org.osid.transport.DataInputStream
Packages that use DataInputStream
Package
Description
The Open Service Interface Definitions for the org.osid.filing
service.
The Open Service Interface Definitions for the org.osid.installation
service.
The Open Service Interface Definitions for the org.osid.repository
service.
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of DataInputStream in org.osid.filing
Methods in org.osid.filing that return DataInputStreamModifier and TypeMethodDescriptionFileContentSession.getBlockingInputStream(String name) Gets the input stream for reading this file.FileContentSession.getInputStream(String name) Gets the input stream for reading a file. -
Uses of DataInputStream in org.osid.installation
Methods in org.osid.installation that return DataInputStreamMethods in org.osid.installation with parameters of type DataInputStreamModifier and TypeMethodDescriptionvoidInstallationContentForm.setData(DataInputStream data) Sets the content data. -
Uses of DataInputStream in org.osid.repository
Methods in org.osid.repository that return DataInputStreamMethods in org.osid.repository with parameters of type DataInputStreamModifier and TypeMethodDescriptionvoidAssetContentForm.setData(DataInputStream data) Sets the content data. -
Uses of DataInputStream in org.osid.transport
Methods in org.osid.transport that return DataInputStreamModifier and TypeMethodDescriptionOutboundStreamSession.receiveData()Receives data from the remote transport endpoint.Methods in org.osid.transport with parameters of type DataInputStreamModifier and TypeMethodDescriptionvoidDataOutputStream.writeStream(DataInputStream stream) Writes a stream to this stream.