|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.tag.id3.ID3Compression
public class ID3Compression
compresses frame data
Is currently required for V23Frames and V24Frames
| Field Summary | |
|---|---|
static java.util.logging.Logger |
logger
|
| Constructor Summary | |
|---|---|
ID3Compression()
|
|
| Method Summary | |
|---|---|
protected static java.nio.ByteBuffer |
uncompress(java.lang.String identifier,
java.lang.String filename,
java.nio.ByteBuffer byteBuffer,
int decompressedFrameSize,
int realFrameSize)
Decompress realFrameSize bytes to decompressedFrameSize bytes and return as ByteBuffer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.logging.Logger logger
| Constructor Detail |
|---|
public ID3Compression()
| Method Detail |
|---|
protected static java.nio.ByteBuffer uncompress(java.lang.String identifier,
java.lang.String filename,
java.nio.ByteBuffer byteBuffer,
int decompressedFrameSize,
int realFrameSize)
throws InvalidFrameException
byteBuffer - decompressedFrameSize - realFrameSize -
InvalidFrameException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||