org.apache.commons.codec
public interface BinaryDecoder extends Decoder
byte[] decode(byte[] pArray) throws DecoderException
pArray
- A byte array which has been encoded with the
appropriate encoderDecoderException
- A decoder exception is thrown
if a Decoder encounters a failure condition during
the decode process.Copyright © 2002-2013 JBoss by Red Hat. All Rights Reserved.