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