intradoc.conversion
Class DataConversion
java.lang.Object
|
+--intradoc.conversion.DataConversion
- public class DataConversion
- extends java.lang.Object
|
Field Summary |
protected static byte[] |
PR2SIX
Functions uuencode/decode. |
protected static char[] |
SIX2PR
|
|
Method Summary |
static java.lang.String |
quotEncode(byte[] input,
boolean restricted)
|
static byte[] |
uudecode(java.lang.String strcoded,
int[] len)
|
static java.lang.String |
uuencode(byte[] bufin,
int offset,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PR2SIX
protected static final byte[] PR2SIX
- Functions uuencode/decode.
Taken from NCSA HTTP and wwwlib.
NOTE: These conform to RFC1113, which is slightly different then the Unix
uuencode and uudecode!
Taken from NCSA HTTP and wwwlib.
NOTE: These conform to RFC1113, which is slightly different then the Unix
uuencode and uudecode!
SIX2PR
protected static final char[] SIX2PR
DataConversion
public DataConversion()
uudecode
public static byte[] uudecode(java.lang.String strcoded,
int[] len)
uuencode
public static java.lang.String uuencode(byte[] bufin,
int offset,
int len)
quotEncode
public static java.lang.String quotEncode(byte[] input,
boolean restricted)
(c) 1996-2005 All rights reserved. Stellent, Inc. |