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.