Class C4RawDocument

  • All Implemented Interfaces:
    java.lang.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()  
      java.lang.String key()  
      java.lang.String meta()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • key

        @Nullable
        public java.lang.String key()
      • meta

        @Nullable
        public java.lang.String meta()
      • body

        @NonNull
        public byte[] body()