Decodes a byte array and returns the results as a byte array.
Parameters: pArray - A byte array which has been encoded with theappropriate encoder a byte array that contains decoded content throws: DecoderException - A decoder exception is thrownif a Decoder encounters a failure condition duringthe decode process.