public class AsfFileWriter extends AudioFileWriter
logger
Constructor and Description |
---|
AsfFileWriter() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteTag(java.io.RandomAccessFile raf,
java.io.RandomAccessFile tempRaf)
Same as above, but delete tag in the file.
|
private boolean[] |
searchExistence(ChunkContainer container,
MetadataContainer[] metaContainers) |
protected void |
writeTag(Tag tag,
java.io.RandomAccessFile raf,
java.io.RandomAccessFile rafTemp)
This is called when a tag has to be written in a file.
|
delete, delete, setAudioFileModificationListener, write
protected void deleteTag(java.io.RandomAccessFile raf, java.io.RandomAccessFile tempRaf) throws CannotWriteException, java.io.IOException
deleteTag
in class AudioFileWriter
CannotWriteException
- when an error occured during the deletion of the tagjava.io.IOException
- is thrown when the RandomAccessFile operations throw it (you
should never throw them manually)private boolean[] searchExistence(ChunkContainer container, MetadataContainer[] metaContainers)
protected void writeTag(Tag tag, java.io.RandomAccessFile raf, java.io.RandomAccessFile rafTemp) throws CannotWriteException, java.io.IOException
writeTag
in class AudioFileWriter
CannotWriteException
- when an error occured during the generation of the tagjava.io.IOException
- is thrown when the RandomAccessFile operations throw it (you
should never throw them manually)Copyright © 2005-2013 java.net. All Rights Reserved.