|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreamableFile
Interface represents streamable file with tag reader and writers (one for plain mode and one for append)
Method Summary | |
---|---|
ITagWriter |
getAppendWriter()
Returns a Writer which is setup to append to the file. |
ITagReader |
getReader()
Returns a reader to parse and read the tags inside the file. |
ITagWriter |
getWriter()
Returns a writer that creates a new file or truncates existing contents. |
Method Detail |
---|
ITagReader getReader() throws IOException
IOException
- I/O exceptionITagWriter getWriter() throws IOException
IOException
- I/O exceptionITagWriter getAppendWriter() throws IOException
IOException
- I/O exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |