Class PlatformUtils
- java.lang.Object
-
- com.couchbase.lite.internal.utils.PlatformUtils
-
public final class PlatformUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePlatformUtils.Base64Decoderstatic interfacePlatformUtils.Base64Encoder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStreamgetAsset(java.lang.String asset)static PlatformUtils.Base64DecodergetDecoder()static PlatformUtils.Base64EncodergetEncoder()
-
-
-
Method Detail
-
getAsset
@Nullable public static java.io.InputStream getAsset(@Nullable java.lang.String asset)
-
getEncoder
@NonNull public static PlatformUtils.Base64Encoder getEncoder()
-
getDecoder
@NonNull public static PlatformUtils.Base64Decoder getDecoder()
-
-