|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object entagged.audioformats.mp3.util.LameMPEGFrame
public class LameMPEGFrame
Creates a representation of a Lame Mpeg frame $Id: LameMPEGFrame.java,v 1.1 2007/03/23 14:17:02 nicov1 Exp $
Constructor Summary | |
---|---|
LameMPEGFrame(byte[] lameHeader)
Creates a Lame Mpeg Frame and checks it's integrity |
Method Summary | |
---|---|
boolean |
isValid()
Gets the valid attribute of the LameMPEGFrame object |
String |
toString()
Create a string representation of this frame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LameMPEGFrame(byte[] lameHeader)
lameHeader
- a byte array representing the Lame frameMethod Detail |
---|
public boolean isValid()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |