examples.transfer
Interface IOStreamService

All Known Implementing Classes:
IOStreamServiceImpl

public interface IOStreamService

This service allows owner service and accessors of the service to communicate by means of InputStreams and OutputStreams.

Version:
"$Id: IOStreamService.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Ulrich Pinsdorf

Method Summary
 InputStream getInputStream()
          Allows the owner of the service to take data form the accessor of the service.
 OutputStream getOutputStream()
          Allows the accessor of the service to pass a file to the owner of the service.
 

Method Detail

getOutputStream

public OutputStream getOutputStream()
Allows the accessor of the service to pass a file to the owner of the service.


getInputStream

public InputStream getInputStream()
Allows the owner of the service to take data form the accessor of the service.



Copyright © Fraunhofer Gesellschaft. All Rights Reserved.