public class ID3Compression extends Object
Constructor and Description |
---|
ID3Compression() |
Modifier and Type | Method and Description |
---|---|
protected static ByteBuffer |
uncompress(String identifier,
String filename,
ByteBuffer byteBuffer,
int decompressedFrameSize,
int realFrameSize)
Decompress realFrameSize bytes to decompressedFrameSize bytes and return as ByteBuffer
|
public static Logger logger
protected static ByteBuffer uncompress(String identifier, String filename, ByteBuffer byteBuffer, int decompressedFrameSize, int realFrameSize) throws InvalidFrameException
byteBuffer
- decompressedFrameSize
- realFrameSize
- InvalidFrameException
Copyright © 2005–2020 jthink.net. All rights reserved.