org.jaudiotagger.audio.ogg.util
Class OggPageHeader.PacketStartAndLength

java.lang.Object
  extended by org.jaudiotagger.audio.ogg.util.OggPageHeader.PacketStartAndLength
Enclosing class:
OggPageHeader

public static class OggPageHeader.PacketStartAndLength
extends java.lang.Object

Within the page specifies the start and length of each packet in the page offset from the end of the pageheader (after the segment table)


Constructor Summary
OggPageHeader.PacketStartAndLength(int startPosition, int length)
           
 
Method Summary
 int getLength()
           
 int getStartPosition()
           
 void setLength(int length)
           
 void setStartPosition(int startPosition)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OggPageHeader.PacketStartAndLength

public OggPageHeader.PacketStartAndLength(int startPosition,
                                          int length)
Method Detail

getStartPosition

public int getStartPosition()

setStartPosition

public void setStartPosition(int startPosition)

getLength

public int getLength()

setLength

public void setLength(int length)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object