public class ScriptDecoder
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
LAST_STATE
The state to enter when decrypting is complete.
|
static int |
STATE_DONE
Termination state.
|
static int |
STATE_INITIAL
State on entry.
|
构造器和说明 |
---|
ScriptDecoder() |
public static final int STATE_DONE
public static final int STATE_INITIAL
public static int LAST_STATE
Decode()
method.public static java.lang.String Decode(Page page, Cursor cursor) throws ParserException
page
- The source for encoded text.cursor
- The position at which to start decoding.
This is advanced to the end of the encoded text.ParserException
- If an error is discovered while decoding.