Uses of Class
com.jcraft.jogg.Page

Packages that use Page
ca.bc.webarts   
com.jcraft.jogg   
com.jcraft.jorbis   
 

Uses of Page in ca.bc.webarts
 

Fields in ca.bc.webarts declared as Page
(package private)  Page jOggPlayer.oggPage_
          Description of the Field
 

Uses of Page in com.jcraft.jogg
 

Fields in com.jcraft.jogg declared as Page
private  Page SyncState.pageseek
           
 

Methods in com.jcraft.jogg with parameters of type Page
 int StreamState.pagein(Page og)
           
 int StreamState.flush(Page og)
           
 int StreamState.pageout(Page og)
           
 int SyncState.pageseek(Page og)
           
 int SyncState.pageout(Page og)
           
 

Uses of Page in com.jcraft.jorbis
 

Methods in com.jcraft.jorbis with parameters of type Page
private  int VorbisFile.get_next_page(Page page, int boundary)
           
private  int VorbisFile.get_prev_page(Page page)