comparison src/org/tn5250j/framework/tn5250/KeyStrokenizer.java @ 48:1e931ef5f776 tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Wed, 11 Jun 2014 10:11:29 -0700
parents b29b39f386a4
children 77ac18bc1b2f
comparison
equal deleted inserted replaced
47:a3fd10a8c0de 48:1e931ef5f776
25 25
26 26
27 27
28 public class KeyStrokenizer { 28 public class KeyStrokenizer {
29 private static final String TAG = "KeyStrokenizer"; 29 private static final String TAG = "KeyStrokenizer";
30 private StringBuffer keyStrokes; 30 private StringBuffer keyStrokes;
31 private StringBuffer sb; 31 private StringBuffer sb;
32 private int index; 32 private int index;
33 private int length; 33 private int length;
34 34
35 35
36 36
37 public KeyStrokenizer() { 37 public KeyStrokenizer() {
38 38