|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.project.ProjectFileUtil
public class ProjectFileUtil
Utilities for working with a project file.
| Constructor Summary | |
|---|---|
ProjectFileUtil()
|
|
| Method Summary | |
|---|---|
static ProjectFile |
read(java.io.InputStream is)
Reads a project file object from an input stream created from a project file. |
static DiskBackedProjectFilePartSet |
readParts(java.io.InputStream is)
Reads the parts from an input stream created from a project file. |
static void |
write(ProjectFile pf,
java.io.OutputStream out)
Writes a project file object to an output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectFileUtil()
| Method Detail |
|---|
public static ProjectFile read(java.io.InputStream is)
throws java.io.IOException
Reads a project file object from an input stream created from a project file.
is -
java.io.IOException
public static DiskBackedProjectFilePartSet readParts(java.io.InputStream is)
throws java.io.IOException
Reads the parts from an input stream created from a project file.
is -
java.io.IOException
public static void write(ProjectFile pf,
java.io.OutputStream out)
throws java.io.IOException
Writes a project file object to an output stream.
pf - out -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||