entagged.audioformats.ape.util
Class ApeTagWriter

java.lang.Object
  extended by entagged.audioformats.ape.util.ApeTagWriter

public class ApeTagWriter
extends Object


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

Constructor Detail

ApeTagWriter

public ApeTagWriter()
Method Detail

delete

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

write

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


Copyright © 2007-2008. All Rights Reserved.