com.github.junrar.unpack.vm
Class VMCmdFlags

java.lang.Object
  extended by com.github.junrar.unpack.vm.VMCmdFlags

public class VMCmdFlags
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Field Summary
static byte[] VM_CmdFlags
           
static byte VMCF_BYTEMODE
           
static byte VMCF_CHFLAGS
           
static byte VMCF_JUMP
           
static byte VMCF_OP0
           
static byte VMCF_OP1
           
static byte VMCF_OP2
           
static byte VMCF_OPMASK
           
static byte VMCF_PROC
           
static byte VMCF_USEFLAGS
           
 
Constructor Summary
VMCmdFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VMCF_OP0

public static final byte VMCF_OP0
See Also:
Constant Field Values

VMCF_OP1

public static final byte VMCF_OP1
See Also:
Constant Field Values

VMCF_OP2

public static final byte VMCF_OP2
See Also:
Constant Field Values

VMCF_OPMASK

public static final byte VMCF_OPMASK
See Also:
Constant Field Values

VMCF_BYTEMODE

public static final byte VMCF_BYTEMODE
See Also:
Constant Field Values

VMCF_JUMP

public static final byte VMCF_JUMP
See Also:
Constant Field Values

VMCF_PROC

public static final byte VMCF_PROC
See Also:
Constant Field Values

VMCF_USEFLAGS

public static final byte VMCF_USEFLAGS
See Also:
Constant Field Values

VMCF_CHFLAGS

public static final byte VMCF_CHFLAGS
See Also:
Constant Field Values

VM_CmdFlags

public static byte[] VM_CmdFlags
Constructor Detail

VMCmdFlags

public VMCmdFlags()


Copyright © 2012. All Rights Reserved.