Interface IBase64Service


public interface IBase64Service
Base64相关接口
Author:
wangliang181230
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    判断是否为Base64串
  • Method Details

    • isBase64

      boolean isBase64(@NonNull CharSequence cs)
      判断是否为Base64串
      Parameters:
      cs - 字符串
      Returns:
      是否为Base64串