Class WindowsDotArchive
java.lang.Object
net.sourceforge.plantuml.windowsdot.WindowsDotArchive
public final class WindowsDotArchive
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic final WindowsDotArchive
java.io.File
boolean
static final int
readNumber
(java.io.InputStream is) static final 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
-
Method Details
-
getInstance
-
readString
public static final java.lang.String readString(java.io.InputStream is) throws java.io.IOException - Throws:
java.io.IOException
-
readNumber
public static final int readNumber(java.io.InputStream is) throws java.io.IOException - Throws:
java.io.IOException
-
isThereArchive
public boolean isThereArchive() -
getWindowsExeLite
public java.io.File getWindowsExeLite()
-