U - Any object.T - An instance of String, InputStream and Readerpublic interface Encoder<U,T>
| Modifier and Type | Method and Description |
|---|---|
T |
encode(U s)
Encode the object of type U into an object of type T.
|
Copyright © 2019. All Rights Reserved.