org.jaudiotagger.audio.asf.io
Class AsfHeaderUtils
java.lang.Object
org.jaudiotagger.audio.asf.io.AsfHeaderUtils
public final class AsfHeaderUtils
- extends Object
- Author:
- Christian Laireiter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINARY_PRINT_COLUMNS
public static final int BINARY_PRINT_COLUMNS
- See Also:
- Constant Field Values
AsfHeaderUtils
public AsfHeaderUtils()
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.