Class WindowsDotArchive


  • public class WindowsDotArchive
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getWindowsExeLite()  
      int readNumber​(java.io.InputStream is)  
      java.lang.String readString​(java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

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

      • WindowsDotArchive

        public WindowsDotArchive()
    • Method Detail

      • readString

        public final java.lang.String readString​(java.io.InputStream is)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readNumber

        public final int readNumber​(java.io.InputStream is)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getWindowsExeLite

        public java.io.File getWindowsExeLite()
                                       throws java.io.IOException
        Throws:
        java.io.IOException