| Package | Description |
|---|---|
| javazoom.jl.decoder |
| Modifier and Type | Method and Description |
|---|---|
protected BitstreamException |
Bitstream.newBitstreamException(int errorcode) |
protected BitstreamException |
Bitstream.newBitstreamException(int errorcode,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All Rights Reserved.