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