public interface ObjectStreamFactory<T>
Modifier and Type | Method and Description |
---|---|
ObjectStream<T> |
create(String[] args)
Creates the
ObjectStream . |
<P> Class<P> |
getParameters()
Returns interface with parameters description.
|
<P> Class<P> getParameters()
P
- interfaces which describes the parameters.ObjectStream<T> create(String[] args)
ObjectStream
.args
- argumentsCopyright © 2015 The Apache Software Foundation. All rights reserved.