Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.constants
Interface RsrcForkConstantsI  view RsrcForkConstantsI download RsrcForkConstantsI.java


public interface RsrcForkConstantsI

Defines the actions to be taken by the resource fork service.


Field Summary
static int COMBINE_FORKS
          Create a MacBinary file
static int COPY_FORKS
          Copy data and resource fork to a specified location
static int DAVE
           
static int DELETE_FORKS
          Delete both data and resource fork
static int HELIOS
           
static int IPT
           
static java.lang.String MACBINARY_EXT
           
static int MOVE_FORKS
          Move data and resource fork to a specified location
static int NONE
           
static int SEPARATE_FORKS
          Split MacBinary file into data and resource fork
static int XINET
           
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

IPT

public static final int IPT
See Also:
Constant Field Values

HELIOS

public static final int HELIOS
See Also:
Constant Field Values

XINET

public static final int XINET
See Also:
Constant Field Values

DAVE

public static final int DAVE
See Also:
Constant Field Values

COMBINE_FORKS

public static final int COMBINE_FORKS
Create a MacBinary file

See Also:
Constant Field Values

COPY_FORKS

public static final int COPY_FORKS
Copy data and resource fork to a specified location

See Also:
Constant Field Values

MOVE_FORKS

public static final int MOVE_FORKS
Move data and resource fork to a specified location

See Also:
Constant Field Values

SEPARATE_FORKS

public static final int SEPARATE_FORKS
Split MacBinary file into data and resource fork

See Also:
Constant Field Values

DELETE_FORKS

public static final int DELETE_FORKS
Delete both data and resource fork

See Also:
Constant Field Values

MACBINARY_EXT

public static final java.lang.String MACBINARY_EXT
See Also:
Constant Field Values