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 WindowsDotArchivegetInstance()FilegetWindowsExeLite()booleanisThereArchive()static intreadNumber(InputStream is)static StringreadString(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()
-
-