com.aspose.email
Class TransferEncoding

java.lang.Object
  extended by com.aspose.email.TransferEncoding

public final class TransferEncoding
extends Object


Field Summary
static int BASE_64
           
static int BIN_HEX
           
static int BINARY
           
static int EIGHT_BIT
           
static int QUOTED_PRINTABLE
           
static int SEVEN_BIT
           
static int UNKNOWN
           
static int UU_ENCODE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

SEVEN_BIT

public static final int SEVEN_BIT
See Also:
Constant Field Values

EIGHT_BIT

public static final int EIGHT_BIT
See Also:
Constant Field Values

BINARY

public static final int BINARY
See Also:
Constant Field Values

QUOTED_PRINTABLE

public static final int QUOTED_PRINTABLE
See Also:
Constant Field Values

BASE_64

public static final int BASE_64
See Also:
Constant Field Values

UU_ENCODE

public static final int UU_ENCODE
See Also:
Constant Field Values

BIN_HEX

public static final int BIN_HEX
See Also:
Constant Field Values


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.