public class PrepareEncoder extends Object
Constructor and Description |
---|
PrepareEncoder() |
Modifier and Type | Method and Description |
---|---|
static int |
getScBwdDir()
The bit for backward direction
|
static int |
getScDirMask()
A bitmask for two directions
|
static int |
getScFwdDir()
The bit for forward direction
|
static int |
getScMergeStatus(int existingScFlags,
int newScFlags)
Returns 1 if existingScFlags of an existing shortcut can be overwritten with a new shortcut by
newScFlags without limiting or changing the directions of the existing shortcut.
|
public static final int getScDirMask()
public static final int getScFwdDir()
public static final int getScBwdDir()
public static final int getScMergeStatus(int existingScFlags, int newScFlags)
| newScFlags: existingScFlags | -> | <- | <-> -> | 1 | 0 | 2 <- | 0 | 1 | 2 <-> | 0 | 0 | 1
Copyright © 2012–2020. All rights reserved.