com.rocketdivision.jstarburn
Class DiscInfo.TOCEntry

java.lang.Object
  extended bycom.rocketdivision.jstarburn.DiscInfo.TOCEntry
Enclosing class:
DiscInfo

public class DiscInfo.TOCEntry
extends java.lang.Object

Class that represents generic TOC entry


Method Summary
 longgetSize()
          Get track size in bytes
 intgetTrackNumber()
          Get track number associated with this entry
 booleanisData()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTrackNumber

public int getTrackNumber()
Get track number associated with this entry

Returns:
track number

getSize

public long getSize()
Get track size in bytes

Returns:
track size in bytes

isData

public boolean isData()
Returns:
true if track is data track (false for audio track)