public interface IStreamService
| Modifier and Type | Method and Description |
|---|---|
IFuture<IInputConnection> |
getInputStream()
Pass an input stream to the user.
|
IFuture<IOutputConnection> |
getOutputStream()
Pass an output stream to the user.
|
IFuture<IInputConnection> |
getSecureInputStream()
Pass an input stream to the user.
|
IFuture<IOutputConnection> |
getSecureOutputStream()
Pass an output stream to the user.
|
IFuture<Long> |
passInputStream(IInputConnection con)
Pass an Input stream to the user.
|
IFuture<Long> |
passOutputStream(IOutputConnection con)
Pass an output stream from the user.
|
IFuture<Long> |
passSecureInputStream(IInputConnection con)
Pass an Input stream to the user.
|
IFuture<Long> |
passSecureOutputStream(IOutputConnection con)
Pass an output stream from the user.
|
IFuture<IInputConnection> getInputStream()
IFuture<IOutputConnection> getOutputStream()
IFuture<Long> passInputStream(IInputConnection con)
IFuture<Long> passOutputStream(IOutputConnection con)
con - The output stream.IFuture<IInputConnection> getSecureInputStream()
IFuture<IOutputConnection> getSecureOutputStream()
IFuture<Long> passSecureInputStream(IInputConnection con)
IFuture<Long> passSecureOutputStream(IOutputConnection con)
con - The output stream.Copyright © 2012. All Rights Reserved.