Class WindowsDotArchive
- java.lang.Object
-
- net.sourceforge.plantuml.windowsdot.WindowsDotArchive
-
public final class WindowsDotArchive extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsDotArchivegetInstance()java.io.FilegetWindowsExeLite()booleanisThereArchive()static intreadNumber(java.io.InputStream is)static java.lang.StringreadString(java.io.InputStream is)
-
-
-
Method Detail
-
getInstance
public static final WindowsDotArchive 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()
-
-