edu.internet2.middleware.grouperClientExt.org.apache.commons.codec
Interface BinaryDecoder
- All Superinterfaces:
- Decoder
- All Known Implementing Classes:
- Base64, BinaryCodec, Hex, QuotedPrintableCodec, URLCodec
public interface BinaryDecoder
- extends Decoder
Defines common decoding methods for byte array decoders.
- Version:
- $Id: BinaryDecoder.java,v 1.1 2008-11-30 10:57:21 mchyzer Exp $
- Author:
- Apache Software Foundation
Method Summary |
byte[] |
decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array. |
Methods inherited from interface edu.internet2.middleware.grouperClientExt.org.apache.commons.codec.Decoder |
decode |
decode
byte[] decode(byte[] pArray)
throws DecoderException
- Decodes a byte array and returns the results as a byte array.
- Parameters:
pArray
- A byte array which has been encoded with the
appropriate encoder
- Returns:
- a byte array that contains decoded content
- Throws:
DecoderException
- A decoder exception is thrown
if a Decoder encounters a failure condition during
the decode process.
Copyright © 2012 Internet2. All Rights Reserved.