Class UserEditAndPersistListing


  • public final class UserEditAndPersistListing
    extends java.lang.Object
    Uses record level code to locate UserEditAtom records, and other persistence related atoms. Tries to match them together, to help illuminate quite what all the offsets mean
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Record findRecordAtPos​(int pos)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserEditAndPersistListing

        public UserEditAndPersistListing()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • findRecordAtPos

        public static Record findRecordAtPos​(int pos)