public class ID3Compression
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
ID3Compression() |
Modifier and Type | Method and Description |
---|---|
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
|
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
Copyright © 2005-2013 java.net. All Rights Reserved.