
public interface IDecoder
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decode(InputStream stream,
Class<T> objectClass)
Decode object from stream
|
<T> T decode(InputStream stream, Class<T> objectClass) throws Exception
stream - Input streamobjectClass - Class for objectExceptionCopyright © 2018 universAAL Consortium. All rights reserved.