entagged.audioformats.mp3.util
Class Id3v1TagWriter

java.lang.Object
  extended by entagged.audioformats.mp3.util.Id3v1TagWriter

public class Id3v1TagWriter
extends Object


Constructor Summary
Id3v1TagWriter()
           
 
Method Summary
 void delete(RandomAccessFile raf)
           
 void write(Tag tag, RandomAccessFile raf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Id3v1TagWriter

public Id3v1TagWriter()
Method Detail

delete

public void delete(RandomAccessFile raf)
            throws IOException
Throws:
IOException

write

public void write(Tag tag,
                  RandomAccessFile raf)
           throws IOException
Throws:
IOException


Copyright © 2007-2008. All Rights Reserved.