Interface Replicable


  • public interface Replicable
    Author:
    Mahesh Kannan
    • Method Detail

      • writeState

        void writeState​(ReplicationOutputStream ros)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • readState

        void readState​(byte[] data,
                       int offset)