Class PlatformUtilsDelegate
- java.lang.Object
-
- com.couchbase.lite.internal.utils.PlatformUtilsDelegate
-
public final class PlatformUtilsDelegate extends Object
-
-
Constructor Summary
Constructors Constructor Description PlatformUtilsDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getAsset(String asset)
PlatformUtils.Base64Decoder
getDecoder()
PlatformUtils.Base64Encoder
getEncoder()
-
-
-
Method Detail
-
getAsset
@Nullable public InputStream getAsset(@Nullable String asset)
-
getEncoder
@NonNull public PlatformUtils.Base64Encoder getEncoder()
-
getDecoder
@NonNull public PlatformUtils.Base64Decoder getDecoder()
-
-