类的使用
org.coodex.util.java8.Base64.Decoder
使用Base64.Decoder的程序包
-
org.coodex.util.java8中Base64.Decoder的使用
修饰符和类型方法说明static Base64.DecoderBase64.getDecoder()Returns aBase64.Decoderthat decodes using the Basic type base64 encoding scheme.static Base64.DecoderBase64.getMimeDecoder()Returns aBase64.Decoderthat decodes using the MIME type base64 decoding scheme.static Base64.DecoderBase64.getUrlDecoder()Returns aBase64.Decoderthat decodes using the URL and Filename safe type base64 encoding scheme.