javazoom.jl.decoder
Interface BitstreamErrors

All Superinterfaces:
JavaLayerErrors
All Known Implementing Classes:
Bitstream, BitstreamException

public interface BitstreamErrors
extends JavaLayerErrors

This interface describes all error codes that can be thrown in BistreamExceptions.

Since:
0.0.6
Author:
MDM 12/12/99
See Also:
BitstreamException

Field Summary
static int BITSTREAM_LAST
           
static int STREAM_EOF
          The end of the stream was reached.
static int STREAM_ERROR
          A problem occurred reading from the stream.
static int UNEXPECTED_EOF
          The end of the stream was reached prematurely.
static int UNKNOWN_ERROR
          An undeterminable error occurred.
static int UNKNOWN_SAMPLE_RATE
          The header describes an unknown sample rate.
 
Fields inherited from interface javazoom.jl.decoder.JavaLayerErrors
BITSTREAM_ERROR, DECODER_ERROR
 

Field Detail

UNKNOWN_ERROR

public static final int UNKNOWN_ERROR
An undeterminable error occurred.

UNKNOWN_SAMPLE_RATE

public static final int UNKNOWN_SAMPLE_RATE
The header describes an unknown sample rate.

STREAM_ERROR

public static final int STREAM_ERROR
A problem occurred reading from the stream.

UNEXPECTED_EOF

public static final int UNEXPECTED_EOF
The end of the stream was reached prematurely.

STREAM_EOF

public static final int STREAM_EOF
The end of the stream was reached.

BITSTREAM_LAST

public static final int BITSTREAM_LAST


JavaZOOM 1999-2002