comparison src/org/tn5250j/framework/tn5250/WTDSFParser.java @ 27:b29b39f386a4 tn5250

adding tn5250 files, native android logging
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Jun 2014 12:29:12 -0700
parents 5949eb469a79
children 77ac18bc1b2f
comparison
equal deleted inserted replaced
26:9ae1c889a64c 27:b29b39f386a4
50 * This module will parse the structured field information for enhanced 50 * This module will parse the structured field information for enhanced
51 * emulation mode. 51 * emulation mode.
52 * 52 *
53 */ 53 */
54 public class WTDSFParser { 54 public class WTDSFParser {
55 55 private static final String TAG = "WTDSFParser";
56 private Screen5250 screen52; 56 private Screen5250 screen52;
57 private tnvt vt; 57 private tnvt vt;
58 private ICodePage codePage; 58 private ICodePage codePage;
59 int pos; 59 int pos;
60 byte[] segment; 60 byte[] segment;