public class FastMessageDecoder extends Object
Constructor and Description |
---|
FastMessageDecoder(File fastDataFile,
File templatesFile,
boolean namespaceAware)
Construct the decoder.
|
FastMessageDecoder(File fastDataFile,
File templatesFile,
boolean namespaceAware,
int readOffset)
Construct the decoder.
|
public FastMessageDecoder(File fastDataFile, File templatesFile, boolean namespaceAware)
fastDataFile
- A file containing raw FAST messages.templatesFile
- A file from which the FAST templates can be read.namespaceAware
- Enables namespace awareness.public FastMessageDecoder(File fastDataFile, File templatesFile, boolean namespaceAware, int readOffset)
fastDataFile
- A file containing raw FAST messages.templatesFile
- A file from which the FAST templates can be read.namespaceAware
- Enables namespace awareness.readOffset
- The number of leading bytes that should be discarded when reading each message.public void start() throws IOException
IOException
public void setTraceEnabled()
public void setBlockReader(MessageBlockReader messageBlockReader)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.