INPUT - The type of the input connection property.OUTPUT - The type of the output connection property.public static interface BidirectionalConnectionAccessor.BidirectionalConnectionMutator<INPUT,OUTPUT>
InputStream or an OutputStream.| Modifier and Type | Method and Description |
|---|---|
void |
setInputConnection(INPUT aInputConnection)
Sets the input connection for the connection property.
|
void |
setOutputConnection(OUTPUT aOutputConnection)
Sets the output connection for the connection property.
|
void setInputConnection(INPUT aInputConnection)
aInputConnection - The input connection to be stored by the
connection property.void setOutputConnection(OUTPUT aOutputConnection)
aOutputConnection - The output connection to be stored by the
connection property.Copyright © 2017. All rights reserved.