org.kc7bfi.jflac.metadata
Class VorbisString

java.lang.Object
  extended by org.kc7bfi.jflac.metadata.VorbisString

public class VorbisString
extends Object

An entry into the Vorbis comment.

Author:
kc7bfi

Field Summary
protected  byte[] entry
           
 
Constructor Summary
VorbisString(BitInputStream is)
          The constructor.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entry

protected byte[] entry
Constructor Detail

VorbisString

public VorbisString(BitInputStream is)
             throws IOException
The constructor.

Parameters:
is - The InputBitStream
Throws:
IOException - Thrown if error reading from InputBitStream
Method Detail

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2004-2011. All Rights Reserved.