INPUT - The type of the input connection property.OUTPUT - The type of the output connection property.BidirectionalConnectionAccessor.BidirectionalConnectionProperty<INPUT,OUTPUT>public static interface BidirectionalConnectionAccessor.BidirectionalConnectionMutator<INPUT,OUTPUT>
InputStream or an OutputStream.| Modifier and Type | Method | 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 © 2018. All rights reserved.