org.gagravarr.vorbis.tools
Class VorbisCommentTool

java.lang.Object
  extended by org.gagravarr.vorbis.tools.VorbisCommentTool

public class VorbisCommentTool
extends Object

A class for listing and editing Comments within a Vorbis File, much like the vorbiscomment program.


Constructor Summary
VorbisCommentTool()
           
 
Method Summary
static void editTags(boolean append, String[] args)
           
static void listTags(String filename)
           
static void main(String[] args)
           
static void printHelp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VorbisCommentTool

public VorbisCommentTool()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

printHelp

public static void printHelp()

listTags

public static void listTags(String filename)
                     throws Exception
Throws:
Exception

editTags

public static void editTags(boolean append,
                            String[] args)
                     throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.