entagged.audioformats.flac.util
Class FlacTagWriter

java.lang.Object
  extended by entagged.audioformats.flac.util.FlacTagWriter

public class FlacTagWriter
extends Object


Constructor Summary
FlacTagWriter()
           
 
Method Summary
 void delete(RandomAccessFile raf, RandomAccessFile tempRaf)
           
 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

FlacTagWriter

public FlacTagWriter()
Method Detail

delete

public void delete(RandomAccessFile raf,
                   RandomAccessFile tempRaf)
            throws IOException,
                   CannotWriteException
Throws:
IOException
CannotWriteException

write

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


Copyright © 2007-2008. All Rights Reserved.