|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectauditory.described.PartFactory
public class PartFactory
A factory that creates Part objects
Constructor Summary | |
---|---|
PartFactory()
|
Method Summary | |
---|---|
static Part |
createPart(java.io.BufferedReader in)
Create a Part object from a BufferedReader that is reading a stream containing a string representation |
static Part |
createPart(java.lang.String filename)
Create a Part object from a file containing a String representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartFactory()
Method Detail |
---|
public static Part createPart(java.io.BufferedReader in) throws java.io.IOException
in
- The BufferedReader
java.io.IOException
public static Part createPart(java.lang.String filename) throws java.io.IOException
filename
- The name of the file
java.io.IOException
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |