entagged.audioformats.generic
Class Utils

java.lang.Object
  extended by entagged.audioformats.generic.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static String getExtension(File f)
           
static long getLongNumber(byte[] b, int start, int end)
           
static int getNumber(byte[] b, int start, int end)
           
static byte[] getUTF8Bytes(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

getExtension

public static String getExtension(File f)

getUTF8Bytes

public static byte[] getUTF8Bytes(String s)
                           throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

getLongNumber

public static long getLongNumber(byte[] b,
                                 int start,
                                 int end)

getNumber

public static int getNumber(byte[] b,
                            int start,
                            int end)


Copyright © 2007-2011 shredzone.org. All Rights Reserved.