public class DCTCodec extends AbstractByteArrayDecoder
| Constructor and Description |
|---|
DCTCodec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDecoded(byte[] aEncodedBuffer)
Decode a byte array.
|
static byte[] |
getDecodedDCT(byte[] aEncodedBuffer) |
getDecoded@Nullable @ReturnsMutableCopy public byte[] getDecoded(@Nullable byte[] aEncodedBuffer)
IByteArrayDecoderaEncodedBuffer - The byte array to be decoded. May not be null.null if the parameter was
null.@Nullable @ReturnsMutableCopy public static byte[] getDecodedDCT(@Nullable byte[] aEncodedBuffer)
Copyright © 2014–2016 Philip Helger. All rights reserved.