Package com.netcracker.profiler.io.call
Class CallDataReaderBase
java.lang.Object
com.netcracker.profiler.io.call.CallDataReaderBase
- All Implemented Interfaces:
CallDataReader
- Direct Known Subclasses:
CallDataReader_00,CallDataReader_01
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreadParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls, BitSet requiredIds) voidskipParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netcracker.profiler.io.call.CallDataReader
read
-
Constructor Details
-
CallDataReaderBase
public CallDataReaderBase()
-
-
Method Details
-
readParams
public void readParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls, BitSet requiredIds) throws IOException - Specified by:
readParamsin interfaceCallDataReader- Throws:
IOException
-
skipParams
public void skipParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls) throws IOException - Specified by:
skipParamsin interfaceCallDataReader- Throws:
IOException
-
postCompute
- Specified by:
postComputein interfaceCallDataReader
-