JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
icu.easyj.core.codec
Interface IBase64Service
public interface
IBase64Service
Base64相关接口
Author:
wangliang181230
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isBase64
(
CharSequence
cs)
判断是否为Base64串
Method Details
isBase64
boolean
isBase64
(@NonNull
CharSequence
cs)
判断是否为Base64串
Parameters:
cs
- 字符串
Returns:
是否为Base64串