com.coremedia.iso
Class Ascii

java.lang.Object
  extended by com.coremedia.iso.Ascii

public final class Ascii
extends Object

Converts byte[] -> String and vice versa.


Constructor Summary
Ascii()
           
 
Method Summary
static String convert(byte[] b)
           
static byte[] convert(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ascii

public Ascii()
Method Detail

convert

public static byte[] convert(String s)

convert

public static String convert(byte[] b)


Copyright © 2012. All Rights Reserved.