INPUT - The type of the input connection property.OUTPUT - The type of the output connection property.public interface BidirectionalConnectionAccessor<INPUT,OUTPUT>
InputStream or an OutputStream.| Modifier and Type | Interface and Description |
|---|---|
static interface |
BidirectionalConnectionAccessor.BidirectionalConnectionMutator<INPUT,OUTPUT>
Provides a mutator for a connection property for e.g. an
InputStream or an OutputStream. |
static interface |
BidirectionalConnectionAccessor.BidirectionalConnectionProperty<INPUT,OUTPUT>
Provides a connection property for e.g. an
InputStream or an
OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
INPUT |
getInputConnection()
Retrieves the input connection from the connection property.
|
OUTPUT |
getOutputConnection()
Retrieves the output connection from the connection property.
|
INPUT getInputConnection()
OUTPUT getOutputConnection()
Copyright © 2018. All rights reserved.