public class OggVorbisTagWriter extends Object
Constructor and Description |
---|
OggVorbisTagWriter() |
Modifier and Type | Method and Description |
---|---|
void |
delete(RandomAccessFile raf,
RandomAccessFile tempRaf) |
void |
write(Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp) |
void |
writeRemainingPages(int pageSequence,
RandomAccessFile raf,
RandomAccessFile rafTemp)
Write all the remaining pages as they are except that the page sequence needs to be modified.
|
public static Logger logger
public void delete(RandomAccessFile raf, RandomAccessFile tempRaf) throws IOException, CannotReadException, CannotWriteException
public void write(Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp) throws CannotReadException, CannotWriteException, IOException
public void writeRemainingPages(int pageSequence, RandomAccessFile raf, RandomAccessFile rafTemp) throws IOException, CannotReadException, CannotWriteException
pageSequence
- raf
- rafTemp
- IOException
CannotReadException
CannotWriteException
Copyright © 2005–2020 jthink.net. All rights reserved.