Package com.netcracker.profiler.io.call
Interface CallDataReader
- All Known Implementing Classes:
CallDataReader_00,CallDataReader_01,CallDataReader_02,CallDataReader_03,CallDataReader_04,CallDataReaderBase
public interface CallDataReader
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidreadParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls, BitSet requiredIds) voidskipParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls)
-
Method Details
-
read
void read(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls, BitSet requiredIds) throws IOException - Throws:
IOException
-
readParams
void readParams(Call dst, com.netcracker.profiler.dump.DataInputStreamEx calls, BitSet requiredIds) throws IOException - Throws:
IOException
-
skipParams
- Throws:
IOException
-
postCompute
-