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