public class MetadataBlockDataApplication extends java.lang.Object implements MetadataBlockData
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.
Modifier and Type | Field and Description |
---|---|
private byte[] |
data |
Constructor and Description |
---|
MetadataBlockDataApplication(MetadataBlockHeader header,
java.io.RandomAccessFile raf) |
public MetadataBlockDataApplication(MetadataBlockHeader header, java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public byte[] getBytes()
getBytes
in interface MetadataBlockData
public int getLength()
getLength
in interface MetadataBlockData
Copyright © 2005-2013 java.net. All Rights Reserved.