[QFJ-141] Provide file-based message extraction utility Created: 12/Feb/07 Updated: 12/Apr/07 Resolved: 12/Feb/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Networking |
Affects Version/s: | None |
Fix Version/s: | 1.1.0 |
Type: | New Feature | Priority: | Default |
Reporter: | Steve Bate | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
The FixMessageDecoder can operate on any ByteBuffer. This utility will take a File and create a memory mapped ByteBuffer for the file. Messages will then be extracted from the memory mapped file. The messages can be returned in an in-memory list or they can be streamed individually. The latter approach allows processing of messages from very large files without consuming excessive memory. |