public final class PlatformUtils extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PlatformUtils.Base64Decoder |
static interface |
PlatformUtils.Base64Encoder |
Modifier and Type | Method and Description |
---|---|
static InputStream |
getAsset(String asset) |
static PlatformUtils.Base64Decoder |
getDecoder() |
static PlatformUtils.Base64Encoder |
getEncoder() |
@Nullable public static InputStream getAsset(@Nullable String asset)
@NonNull public static PlatformUtils.Base64Encoder getEncoder()
@NonNull public static PlatformUtils.Base64Decoder getDecoder()