Uses of Interface
javazoom.jl.decoder.JavaLayerErrors

Packages that use JavaLayerErrors
javazoom.jl.decoder   
 

Uses of JavaLayerErrors in javazoom.jl.decoder
 

Subinterfaces of JavaLayerErrors in javazoom.jl.decoder
 interface BitstreamErrors
          This interface describes all error codes that can be thrown in BistreamExceptions.
 interface DecoderErrors
          This interface provides constants describing the error codes used by the Decoder to indicate errors.
 

Classes in javazoom.jl.decoder that implement JavaLayerErrors
 class Bitstream
          The Bistream class is responsible for parsing an MPEG audio bitstream.
 class BitstreamException
          Instances of BitstreamException are thrown when operations on a Bitstream fail.
 class Decoder
          The Decoder class encapsulates the details of decoding an MPEG audio frame.
 class DecoderException
          The DecoderException represents the class of errors that can occur when decoding MPEG audio.
 



Copyright © 2012. All Rights Reserved.