Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.common.encode
Class UUEncoder

java.lang.Object
  extended by oracle.stellent.wcm.common.encode.UUEncoder


public class UUEncoder
extends java.lang.Object

Copied from Content Server source: intradoc.conversion.DataConversion


Field Summary
protected static byte[] PR2SIX
          Functions uuencode/decode.
protected static char[] SIX2PR
           

 

Constructor Summary
UUEncoder()
           

 

Method Summary
static java.lang.String quotEncode(byte[] input, boolean restricted)
           
static byte[] uudecode(java.lang.String strcoded, int[] len)
           
static byte[] uudecodeSequence(java.lang.CharSequence strcoded, int off, int seqLen, 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

 

Field Detail

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

Constructor Detail

UUEncoder

public UUEncoder()

Method Detail

uudecode

public static byte[] uudecode(java.lang.String strcoded,
                              int[] len)

uudecodeSequence

public static byte[] uudecodeSequence(java.lang.CharSequence strcoded,
                                      int off,
                                      int seqLen,
                                      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)

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.