|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dusbabek.lib.id3.Reader
public class Reader
Parses tags.
Constructor Summary | |
---|---|
Reader()
|
Method Summary | |
---|---|
Tag |
read(java.io.InputStream in,
long len)
read a tag from an input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reader()
Method Detail |
---|
public Tag read(java.io.InputStream in, long len) throws java.io.IOException
in
- InputStreamlen
- long amount of data supposed to be in the stream.
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |