Uses of Class
javazoom.jl.decoder.BitstreamException

Packages that use BitstreamException
javazoom.jl.decoder   
 

Uses of BitstreamException in javazoom.jl.decoder
 

Methods in javazoom.jl.decoder that return BitstreamException
protected  BitstreamException Bitstream.newBitstreamException(int errorcode)
           
protected  BitstreamException Bitstream.newBitstreamException(int errorcode, Throwable throwable)
           
 

Methods in javazoom.jl.decoder that throw BitstreamException
 void Bitstream.close()
          Close the Bitstream.
 boolean Bitstream.isSyncCurrentPosition(int syncmode)
          Determines if the next 4 bytes of the stream represent a frame header.
 Header Bitstream.readFrame()
          Reads and parses the next frame from the input source.
 void Bitstream.unreadFrame()
          Unreads the bytes read from the frame.
 



Copyright © 2012. All Rights Reserved.