|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataApplication
public class MetadataBlockDataApplication
Application Block
This block is for use by third-party applications. The only mandatory field is a 32-bit identifier. This ID is granted upon request to an application by the FLAC maintainers. The remainder is of the block is defined by the registered application.
| Field Summary | |
|---|---|
private byte[] |
data
|
| Constructor Summary | |
|---|---|
MetadataBlockDataApplication(MetadataBlockHeader header,
java.io.RandomAccessFile raf)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
|
int |
getLength()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte[] data
| Constructor Detail |
|---|
public MetadataBlockDataApplication(MetadataBlockHeader header,
java.io.RandomAccessFile raf)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public byte[] getBytes()
getBytes in interface MetadataBlockDatapublic int getLength()
getLength in interface MetadataBlockData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||