Secure iNet Factory

com.jscape.inet.mime
Interface MimeConstants

All Known Implementing Classes:
MimeHeader, MimeHeaderAttr, MimeMessage

public interface MimeConstants

Contains a set of static variables frequently used by MIME related classes.


Field Summary
static byte COLON
          Represents byte value for colon.
static byte CR
          Represents byte value for carriage return.
static java.lang.String CRLF
          Represents String value for carriage return line feed combination.
static byte EQUALS
          Represents byte value for equals sign.
static byte LF
          Represents byte value for line feed.
static byte QUESTION_MARK
          Represents byte value for question mark.
static byte SEMI_COLON
          Represents byte value for semi-colon.
static byte SPACE
          Represents byte value for space.
static byte TAB
          Represents byte value for tab.
 

Field Detail

CRLF

public static final java.lang.String CRLF
Represents String value for carriage return line feed combination.

See Also:
Constant Field Values

CR

public static final byte CR
Represents byte value for carriage return.

See Also:
Constant Field Values

LF

public static final byte LF
Represents byte value for line feed.

See Also:
Constant Field Values

TAB

public static final byte TAB
Represents byte value for tab.

See Also:
Constant Field Values

SPACE

public static final byte SPACE
Represents byte value for space.

See Also:
Constant Field Values

COLON

public static final byte COLON
Represents byte value for colon.

See Also:
Constant Field Values

SEMI_COLON

public static final byte SEMI_COLON
Represents byte value for semi-colon.

See Also:
Constant Field Values

EQUALS

public static final byte EQUALS
Represents byte value for equals sign.

See Also:
Constant Field Values

QUESTION_MARK

public static final byte QUESTION_MARK
Represents byte value for question mark.

See Also:
Constant Field Values

Secure iNet Factory

Copyright JSCAPE 1999-2008 All Rights Reserved