@NotThreadSafe public abstract class AbstractByteArrayDecoder extends Object implements IByteArrayDecoder
IByteArrayDecoder| Constructor and Description |
|---|
AbstractByteArrayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDecoded(String sEncoded,
Charset aCharset)
Decode the passed string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDecoded@Nullable @ReturnsMutableCopy public byte[] getDecoded(@Nullable String sEncoded, @Nonnull Charset aCharset)
IByteArrayDecodergetDecoded in interface IByteArrayDecodersEncoded - The string to be decoded. May be null.aCharset - The charset to be used. May not be null.null if the input string is null.Copyright © 2014–2016 Philip Helger. All rights reserved.