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()
CardSwipeProtocol
getStartStream
in interface CardSwipeProtocol
public char getEndStream()
CardSwipeProtocol
getEndStream
in interface CardSwipeProtocol
public java.lang.String getSentinel()
CardSwipeProtocol
getSentinel
in interface CardSwipeProtocol