Package com.couchbase.lite.internal.core
Class C4RawDocument
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4NativePeer
-
- com.couchbase.lite.internal.core.C4RawDocument
-
- All Implemented Interfaces:
AutoCloseable
public class C4RawDocument extends C4NativePeer
Unfortunately, the build system depends on having all the classes with native methods in the main source tree. Moving this class to the test tree would require major changes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
body()
void
close()
String
key()
String
meta()
-
Methods inherited from class com.couchbase.lite.internal.core.C4NativePeer
toString
-
-
-
-
Method Detail
-
key
@Nullable public String key()
-
meta
@Nullable public String meta()
-
body
@NonNull public byte[] body()
-
close
@CallSuper public void close() throws LiteCoreException
- Throws:
LiteCoreException
-
-