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 interface
PlatformUtils.Base64Decoder
static interface
PlatformUtils.Base64Encoder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStream
getAsset(java.lang.String asset)
static PlatformUtils.Base64Decoder
getDecoder()
static PlatformUtils.Base64Encoder
getEncoder()
-
-
-
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()
-
-