Class PlatformUtils
- java.lang.Object
-
- com.couchbase.lite.internal.utils.PlatformUtils
-
public final class PlatformUtils extends 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 InputStream
getAsset(String asset)
static PlatformUtils.Base64Decoder
getDecoder()
static PlatformUtils.Base64Encoder
getEncoder()
-
-
-
Method Detail
-
getAsset
@Nullable public static InputStream getAsset(@Nullable String asset)
-
getEncoder
@NonNull public static PlatformUtils.Base64Encoder getEncoder()
-
getDecoder
@NonNull public static PlatformUtils.Base64Decoder getDecoder()
-
-