- parse(char) - Method in class com.scriptel.easyscript.EasyScript
-
This method allows you to stream in a set of characters and the library
will attempt to decode signatures and card swipes as the characters are
passed in.
- parse(KeyEvent) - Method in class com.scriptel.easyscript.EasyScript
-
This method attempts to parse a stream of keyboard events coming into a
JFrame and turning them into characters which then get passed to parse(char c).
- parse(String) - Static method in class com.scriptel.easyscript.FinancialCard
-
This method takes the raw card data from the swipe and attempts to
extract financial card data.
- parse(String) - Static method in class com.scriptel.easyscript.FinancialCardTrackOne
-
This method attempts to parse track one out the raw track string.
- parse(String) - Static method in class com.scriptel.easyscript.FinancialCardTrackTwo
-
This method attempts to parse track two out the raw track string.
- parse(String) - Static method in class com.scriptel.easyscript.IdentificationCard
-
This method attempts to parse identification card information out of a
raw magnetic strip string.
- parse(String) - Static method in class com.scriptel.easyscript.IdentificationCardTrackOne
-
This method attempts to parse the first track of data out of a magnetic
strip string.
- parse(String) - Static method in class com.scriptel.easyscript.IdentificationCardTrackThree
-
This method attempts to parse track three data out of the raw strip
string.
- parse(String) - Static method in class com.scriptel.easyscript.IdentificationCardTrackTwo
-
This method attempts to parse track two data from a raw magnetic strip
string.
- parseCardSwipe(String) - Method in class com.scriptel.easyscript.EasyScript
-
This method attempts to parse a magnetic card swipe from a ScripTouch
device with a magnetic strip reader.
- parseSignature(String) - Method in class com.scriptel.easyscript.EasyScript
-
This method takes an EasyScript string and attempts to parse it into
a signature object.
- parseSignature(char) - Method in class com.scriptel.easyscript.EasyScriptCompressedDecoder
-
This method parses the signature character by character to decode it.
- parseSignature(char) - Method in interface com.scriptel.easyscript.EasyScriptDecoder
-
This will be called by EasyScript when a character is received for this
decoder.
- parseSignature(char) - Method in class com.scriptel.easyscript.EasyScriptUncompressedDecoder
-
This method parses the signature character by character to decode it.