Class Js5Dat2File


  • public class Js5Dat2File
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  Js5Dat2File.Chunk  
    • Constructor Summary

      Constructors 
      Constructor Description
      Js5Dat2File​(java.io.File file, java.nio.file.OpenOption... mode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Js5Dat2File

        public Js5Dat2File​(java.io.File file,
                           java.nio.file.OpenOption... mode)
    • Method Detail

      • getFile

        public java.io.File getFile()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object