public class BigFinFeedReaderRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
computedCrc
Our computed crc.
|
protected String |
crc
Incoming crc.
|
protected Float |
length
Extracted length (the first data of the record).
|
protected String |
record
Incoming raw record.
|
protected boolean |
valid
Computed valid flag (if crc == computedCrc and length != null).
|
| Constructor and Description |
|---|
BigFinFeedReaderRecord(String record,
String crc) |
protected final String record
protected final String crc
protected final String computedCrc
protected final Float length
protected final boolean valid
Copyright © 2013–2014 CodeLutin. All rights reserved.