Class StorageTransactionsFileAnalysis.Logic

    • Constructor Detail

      • Logic

        public Logic()
    • Method Detail

      • entryLengthFileCreation

        public static byte entryLengthFileCreation()
      • entryLengthStore

        public static byte entryLengthStore()
      • entryLengthTransfer

        public static byte entryLengthTransfer()
      • entryLengthFileTruncation

        public static byte entryLengthFileTruncation()
      • entryLengthFileDeletion

        public static byte entryLengthFileDeletion()
      • initializeEntry

        public static void initializeEntry​(long address,
                                           byte length,
                                           byte type)
      • initializeEntryFileCreation

        public static void initializeEntryFileCreation​(long address)
      • initializeEntryStore

        public static void initializeEntryStore​(long address)
      • initializeEntryTransfer

        public static void initializeEntryTransfer​(long address)
      • initializeEntryFileDeletion

        public static void initializeEntryFileDeletion​(long address)
      • initializeEntryFileTruncation

        public static void initializeEntryFileTruncation​(long address)
      • setEntryCommon

        public static void setEntryCommon​(long address,
                                          long fileLength,
                                          long timestamp)
      • setEntryFileCreation

        public static void setEntryFileCreation​(long address,
                                                long fileLength,
                                                long timestamp,
                                                long fileNumber)
      • getEntryLength

        public static byte getEntryLength​(long address)
      • getEntryType

        public static byte getEntryType​(long address)
      • getEntryTimestamp

        public static long getEntryTimestamp​(long address)
      • getFileLength

        public static long getFileLength​(long address)
      • getFileNumber

        public static long getFileNumber​(long address)
      • getSpecialOffset

        public static long getSpecialOffset​(long address)
      • setEntryStore

        public static void setEntryStore​(long address,
                                         long fileLength,
                                         long timestamp)
      • setEntryTransfer

        public static void setEntryTransfer​(long address,
                                            long fileLength,
                                            long timestamp,
                                            long sourcefileNumber,
                                            long sourcefileOffset)
      • setEntryFileDeletion

        public static void setEntryFileDeletion​(long address,
                                                long fileLength,
                                                long timestamp,
                                                long fileNumber)
      • setEntryFileTruncation

        public static void setEntryFileTruncation​(long address,
                                                  long fileLength,
                                                  long timestamp,
                                                  long fileNumber,
                                                  long oldLength)