Uses of Class
com.stimulsoft.lib.base64.StiBase64DecoderUtil

Packages that use StiBase64DecoderUtil
com.stimulsoft.lib.base64   
 

Uses of StiBase64DecoderUtil in com.stimulsoft.lib.base64
 

Methods in com.stimulsoft.lib.base64 that return StiBase64DecoderUtil
 StiBase64DecoderUtil StiBase64DecoderUtil.translate(byte[] bytes)
          Translate every base64 character from given byte array into a sextet byte value by using above translation array.
 StiBase64DecoderUtil 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.