public class AiffUtil extends Object
Constructor and Description |
---|
AiffUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
formatDate(Date dat)
Format a date as text
|
static double |
read80BitDouble(ByteBuffer chunkData) |
static Date |
timestampToDate(long timestamp)
Converts a Macintosh-style timestamp (seconds since
January 1, 1904) into a Java date.
|
public static double read80BitDouble(ByteBuffer chunkData) throws IOException
IOException
public static Date timestampToDate(long timestamp)
Copyright © 2005–2020 jthink.net. All rights reserved.