BinaryDecoderpublic interface BinaryDecoder implements DecoderDefines common decoding methods for byte array decoders. |
(Omit source code)
Methods Summary |
---|
public byte[] | decode(byte[] pArray)Decodes a byte array and returns the results as a byte array.
|
|