public interface ILcdOutputStreamFactory
ILcdOutputStreamFactory
creates an OutputStream
for a given destination.
This can be used in implementations of ILcdModelEncoder
to implement, e.g., ways of transferring data from the decoder to the
actual destination.
ILcdModelEncoder
,
ILcdInputStreamFactory
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
createOutputStream(java.lang.String aDestination)
Creates an output stream to a given destination.
|
java.io.OutputStream createOutputStream(java.lang.String aDestination) throws java.io.IOException
aDestination
- an accessible destination.OutputStream
to the destination.java.io.IOException
- when the destination is non accessible.