Uses of Class
org.jaudiotagger.audio.ogg.OggVorbisTagReader.OggVorbisHeaderSizes

Packages that use OggVorbisTagReader.OggVorbisHeaderSizes
org.jaudiotagger.audio.ogg   
 

Uses of OggVorbisTagReader.OggVorbisHeaderSizes in org.jaudiotagger.audio.ogg
 

Methods in org.jaudiotagger.audio.ogg that return OggVorbisTagReader.OggVorbisHeaderSizes
 OggVorbisTagReader.OggVorbisHeaderSizes OggVorbisTagReader.readOggVorbisHeaderSizes(java.io.RandomAccessFile raf)
          Calculate the size of the packet data for the comment and setup headers
 

Methods in org.jaudiotagger.audio.ogg with parameters of type OggVorbisTagReader.OggVorbisHeaderSizes
private  void OggVorbisTagWriter.replacePagesAndRenumberPageSeqs(OggVorbisTagReader.OggVorbisHeaderSizes originalHeaderSizes, int newCommentLength, OggPageHeader secondPageHeader, java.nio.ByteBuffer newComment, java.io.RandomAccessFile raf, java.io.RandomAccessFile rafTemp)
          CommentHeader extends over multiple pages OR Comment Header doesnt but it's got larger causing some extra packets to be shifted onto another page.
private  void OggVorbisTagWriter.replaceSecondPageAndRenumberPageSeqs(OggVorbisTagReader.OggVorbisHeaderSizes originalHeaderSizes, int newCommentLength, int newSecondPageLength, OggPageHeader secondPageHeader, java.nio.ByteBuffer newComment, java.io.RandomAccessFile raf, java.io.RandomAccessFile rafTemp)
          Previously comment and/or setup header was on a number of pages now can just replace this page fitting all on 2nd page, and renumber subsequent sequence pages
private  void OggVorbisTagWriter.replaceSecondPageOnly(OggVorbisTagReader.OggVorbisHeaderSizes vorbisHeaderSizes, int newCommentLength, int newSecondPageLength, OggPageHeader secondPageHeader, java.nio.ByteBuffer newComment, long secondPageHeaderEndPos, java.io.RandomAccessFile raf, java.io.RandomAccessFile rafTemp)
          Usually can use this method, previously comment and setup header all fit on page 2 and they still do, so just replace this page.
private  java.nio.ByteBuffer OggVorbisTagWriter.startCreateBasicSecondPage(OggVorbisTagReader.OggVorbisHeaderSizes vorbisHeaderSizes, int newCommentLength, int newSecondPageLength, OggPageHeader secondPageHeader, java.nio.ByteBuffer newComment)
          Create a second Page, and add comment header to it, but page is incomplete may want to add addition header and need to calculate CRC