|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dusbabek.lib.id3.FrameFactory
public class FrameFactory
Factory class that creates all frames. Give it an input stream and a version and it takes care of the rest. Text and comment frames are automatically specialized.
Constructor Summary | |
---|---|
FrameFactory()
|
Method Summary | |
---|---|
static Frame |
makeFrame(java.io.InputStream in,
int version)
Create a frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameFactory()
Method Detail |
---|
public static Frame makeFrame(java.io.InputStream in, int version) throws java.io.IOException
in
- InputStreamversion
- int
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |