Package deltix.qsrv.hf.stream
Class SpacesProtocol
- java.lang.Object
-
- deltix.qsrv.hf.stream.SpacesProtocol
-
public class SpacesProtocol extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpacesProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetStartTime(java.io.File file)static booleanisSpacesDeflatedMessageFile(java.io.File file)static deltix.data.stream.ConsumableMessageSource<deltix.qsrv.hf.pub.InstrumentMessage>openRawReader(java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry zipEntry)static MessageFileHeaderreadHeader(java.io.File file)static MessageFileHeaderreadHeader(java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry zipEntry)
-
-
-
Method Detail
-
isSpacesDeflatedMessageFile
public static boolean isSpacesDeflatedMessageFile(java.io.File file)
-
readHeader
public static MessageFileHeader readHeader(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
getStartTime
public static long getStartTime(java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-
openRawReader
public static deltix.data.stream.ConsumableMessageSource<deltix.qsrv.hf.pub.InstrumentMessage> openRawReader(java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry zipEntry) throws java.io.IOException- Throws:
java.io.IOException
-
readHeader
public static MessageFileHeader readHeader(java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry zipEntry) throws java.io.IOException
- Throws:
java.io.IOException
-
-