Class SlideIdListing


  • public final class SlideIdListing
    extends java.lang.Object
    Gets all the different things that have Slide IDs (of sorts) in them, and displays them, so you can try to guess what they all mean
    • Constructor Summary

      Constructors 
      Constructor Description
      SlideIdListing()  
    • 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

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

      • SlideIdListing

        public SlideIdListing()
    • 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)