Uses of Class
com.stimulsoft.lib.base64.StiBase64DecoderUtil
Packages that use StiBase64DecoderUtil
-
Uses of StiBase64DecoderUtil in com.stimulsoft.lib.base64
Methods in com.stimulsoft.lib.base64 that return StiBase64DecoderUtilModifier and TypeMethodDescriptionStiBase64DecoderUtil.translate(byte[] bytes) Translate every base64 character from given byte array into a sextet byte value by using above translation array.StiBase64DecoderUtil.translate(byte[] bytes, int begin, int end) Translate every base64 character from given byte array into a sextet byte value by using above translation array.