Class QtFastStart
- java.lang.Object
-
- org.silverpeas.mobile.server.common.QtFastStart
-
public class QtFastStart extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QtFastStart.MalformedFileException
static class
QtFastStart.QtFastStartException
static class
QtFastStart.UnsupportedFileException
-
Field Summary
Fields Modifier and Type Field Description static boolean
sDEBUG
-
Constructor Summary
Constructors Constructor Description QtFastStart()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
fastStart(File in, File out)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
fastStart
public static boolean fastStart(File in, File out) throws IOException, QtFastStart.MalformedFileException, QtFastStart.UnsupportedFileException
- Parameters:
in
- Input file.out
- Output file.- Returns:
- false if input file is already fast start.
- Throws:
IOException
QtFastStart.MalformedFileException
QtFastStart.UnsupportedFileException
-
-