com.dusbabek.lib.id3
Class TagHeaderFactory

java.lang.Object
  extended by com.dusbabek.lib.id3.TagHeaderFactory

public class TagHeaderFactory
extends java.lang.Object

Factory class for creating tag headers.


Constructor Summary
TagHeaderFactory()
           
 
Method Summary
static TagHeader makeHeader(java.io.InputStream in)
          create a tag header of the correct version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHeaderFactory

public TagHeaderFactory()
Method Detail

makeHeader

public static TagHeader makeHeader(java.io.InputStream in)
                            throws java.io.IOException
create a tag header of the correct version. The version is specified somewhere in the input stream.

Parameters:
in - InputStream
Returns:
TagHeader
Throws:
java.io.IOException


Copyright © 2004, 2005 Gary Dusbabek. All Rights Reserved.