org.jaudiotagger.audio.ogg.util
Class VorbisSetupHeader

java.lang.Object
  extended by org.jaudiotagger.audio.ogg.util.VorbisSetupHeader
All Implemented Interfaces:
VorbisHeader

public class VorbisSetupHeader
extends java.lang.Object
implements VorbisHeader

Vorbis Setup header We dont need to decode a vorbis setup header for metatagging, but we should be able to identify it.

Version:
12th August 2007
Author:
Paul Taylor

Field Summary
static java.util.logging.Logger logger
           
 
Fields inherited from interface org.jaudiotagger.audio.ogg.util.VorbisHeader
CAPTURE_PATTERN, CAPTURE_PATTERN_AS_BYTES, CHARSET_UTF_8, FIELD_CAPTURE_PATTERN_LENGTH, FIELD_CAPTURE_PATTERN_POS, FIELD_PACKET_TYPE_LENGTH, FIELD_PACKET_TYPE_POS
 
Constructor Summary
VorbisSetupHeader(byte[] vorbisData)
           
 
Method Summary
 void decodeHeader(byte[] b)
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static java.util.logging.Logger logger
Constructor Detail

VorbisSetupHeader

public VorbisSetupHeader(byte[] vorbisData)
Method Detail

isValid

public boolean isValid()

decodeHeader

public void decodeHeader(byte[] b)