org.jaudiotagger.tag.id3
Class ID3Compression

java.lang.Object
  extended by org.jaudiotagger.tag.id3.ID3Compression

public class ID3Compression
extends java.lang.Object

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

logger

public static java.util.logging.Logger logger
Constructor Detail

ID3Compression

public ID3Compression()
Method Detail

uncompress

protected static java.nio.ByteBuffer uncompress(java.lang.String identifier,
                                                java.lang.String filename,
                                                java.nio.ByteBuffer byteBuffer,
                                                int decompressedFrameSize,
                                                int realFrameSize)
                                         throws InvalidFrameException
Decompress realFrameSize bytes to decompressedFrameSize bytes and return as ByteBuffer

Parameters:
byteBuffer -
decompressedFrameSize -
realFrameSize -
Returns:
Throws:
InvalidFrameException


Copyright © 2005-2010 java.net. All Rights Reserved.