org.jaudiotagger.audio.asf.io
Class AsfHeaderUtils

java.lang.Object
  extended by org.jaudiotagger.audio.asf.io.AsfHeaderUtils

public final class AsfHeaderUtils
extends Object

Author:
Christian Laireiter

Field Summary
static int BINARY_PRINT_COLUMNS
           
 
Constructor Summary
AsfHeaderUtils()
           
 
Method Summary
static String binary2ByteArrayString(byte[] data)
           
static Chunk findChunk(Collection<Chunk> chunk, GUID chunkGUID)
           
static byte[] getFirstChunk(File file, GUID chunkGUID)
           
static MetadataContainer readContainer(File file, ContainerType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINARY_PRINT_COLUMNS

public static final int BINARY_PRINT_COLUMNS
See Also:
Constant Field Values
Constructor Detail

AsfHeaderUtils

public AsfHeaderUtils()
Method Detail

binary2ByteArrayString

public static String binary2ByteArrayString(byte[] data)

findChunk

public static Chunk findChunk(Collection<Chunk> chunk,
                              GUID chunkGUID)

getFirstChunk

public static byte[] getFirstChunk(File file,
                                   GUID chunkGUID)
                            throws IOException
Throws:
IOException

readContainer

public static MetadataContainer readContainer(File file,
                                              ContainerType type)
                                       throws IOException
Throws:
IOException


Copyright © 2005-2009 java.net. All Rights Reserved.