|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaito.datacollecting.quickformat.QuickformatRecordParser
public class QuickformatRecordParser
Parses records from an incoming quickformat stream
Constructor Summary | |
---|---|
QuickformatRecordParser(RecordConstructor recordConstructor,
DataStorage dataStorage)
|
Method Summary | |
---|---|
void |
putData(java.lang.String part)
Adds the part to the internal buffer and checks out if there's a full record in the buffer already. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuickformatRecordParser(RecordConstructor recordConstructor, DataStorage dataStorage)
Method Detail |
---|
public void putData(java.lang.String part)
DataStorage
.
If several full Records are found in buffer, does the same to them all.
NOTE: Your data source must send a null string as end of data signal so the
last record will get processed
putData
in interface RecordParser
part
- The next part of the record data or null if end-of-data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |