javaFlacEncoder
Class FLACStreamIdentifier

java.lang.Object
  extended by javaFlacEncoder.FLACStreamIdentifier

public class FLACStreamIdentifier
extends java.lang.Object

Provides the stream identifier used at beginning of flac streams.

Author:
Preston Lacey

Constructor Summary
FLACStreamIdentifier()
           
 
Method Summary
static EncodedElement getIdentifier()
          Get an EncodedElement containing the marker(which is itself in a byte array).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FLACStreamIdentifier

public FLACStreamIdentifier()
Method Detail

getIdentifier

public static EncodedElement getIdentifier()
Get an EncodedElement containing the marker(which is itself in a byte array).

Returns:
EncodedElement containing the marker.