org.kc7bfi.jflac.metadata
Class CueIndex

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

public class CueIndex
extends Object

An entry into the cue track.

Author:
kc7bfi

Field Summary
protected  byte number
           
protected  long offset
           
 
Constructor Summary
CueIndex(BitInputStream is)
          The constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

protected long offset

number

protected byte number
Constructor Detail

CueIndex

public CueIndex(BitInputStream is)
         throws IOException
The constructor.

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


Copyright © 2004-2011. All Rights Reserved.