|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.util.ASCIIUtility
public class ASCIIUtility
Copied from mail.jar.
| Method Summary | |
|---|---|
static void |
copyStream(InputStream is,
OutputStream out)
|
static byte[] |
getBytes(InputStream is)
|
static byte[] |
getBytes(String s)
|
static int |
parseInt(byte[] b,
int start,
int end,
int radix)
Convert the bytes within the specified range of the given byte array into a signed integer in the given radix . |
static String |
toString(byte[] b,
int start,
int end)
Convert the bytes within the specified range of the given byte array into a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int parseInt(byte[] b,
int start,
int end,
int radix)
throws NumberFormatException
start till, but not including end. Based on java.lang.Integer.parseInt()
NumberFormatException
public static String toString(byte[] b,
int start,
int end)
start
till, but not including end.
public static byte[] getBytes(String s)
public static byte[] getBytes(InputStream is)
throws IOException
IOException
public static void copyStream(InputStream is,
OutputStream out)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||