public class STNCardSwipeProtocol extends java.lang.Object implements CardSwipeProtocol
| Constructor and Description |
|---|
STNCardSwipeProtocol() |
| Modifier and Type | Method and Description |
|---|---|
char |
getEndStream()
This method should return the character that denotes the end of a stream.
|
java.lang.String |
getSentinel()
This method should return the "sentinel" for the stream, the set of
characters immediately following the start character.
|
char |
getStartStream()
This method should return the character that denotes the start of a new
signature.
|
public char getStartStream()
CardSwipeProtocolgetStartStream in interface CardSwipeProtocolpublic char getEndStream()
CardSwipeProtocolgetEndStream in interface CardSwipeProtocolpublic java.lang.String getSentinel()
CardSwipeProtocolgetSentinel in interface CardSwipeProtocol