E - Type of the element to encode.C - Type of the coding format.public interface Decoder<E,C>
E decode(C code) throws IllegalArgumentException
code - Code representing an entity.IllegalArgumentException - If code does not have the
appropriate format.Copyright © 2014. All Rights Reserved.