Class WindowsDotArchive
- java.lang.Object
-
- net.sourceforge.plantuml.windowsdot.WindowsDotArchive
-
public final class WindowsDotArchive extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsDotArchive
getInstance()
File
getWindowsExeLite()
boolean
isThereArchive()
static int
readNumber(InputStream is)
static String
readString(InputStream is)
-
-
-
Method Detail
-
getInstance
public static final WindowsDotArchive getInstance()
-
readString
public static final String readString(InputStream is) throws IOException
- Throws:
IOException
-
readNumber
public static final int readNumber(InputStream is) throws IOException
- Throws:
IOException
-
isThereArchive
public boolean isThereArchive()
-
getWindowsExeLite
public File getWindowsExeLite()
-
-