entagged.audioformats.mp3.util
Class LameMPEGFrame

java.lang.Object
  extended by entagged.audioformats.mp3.util.LameMPEGFrame

public class LameMPEGFrame
extends Object

Creates a representation of a Lame Mpeg frame $Id: LameMPEGFrame.java,v 1.1 2007/03/23 14:17:02 nicov1 Exp $

Version:
v0.03
Author:
Rapha�l Slinckx (KiKiDonK)

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

LameMPEGFrame

public LameMPEGFrame(byte[] lameHeader)
Creates a Lame Mpeg Frame and checks it's integrity

Parameters:
lameHeader - a byte array representing the Lame frame
Method Detail

isValid

public boolean isValid()
Gets the valid attribute of the LameMPEGFrame object

Returns:
The valid value

toString

public String toString()
Create a string representation of this frame

Overrides:
toString in class Object
Returns:
the string representation of this Lame Frame


Copyright © 2007-2008. All Rights Reserved.