| Interface | Description |
|---|---|
| AggregatedFileLogger | |
| IntIntMap |
These methods will be implemented by all test maps
|
| Class | Description |
|---|---|
| EventDataStream |
This class is a stream specialized to write a sequence of events into files.
|
| FileNameGenerator |
This object generates file names with sequence numbers,
e.g.
|
| IntIntMap4 |
Same as IntIntMap3, but now we merge keys and values into one long[], where
lower 32 bits contain key (because they are cheaper to extract) and upper 32 bits contain value.
|
| MultipartUtility |
This utility class provides an abstraction layer for sending multipart HTTP
POST requests to a web server.
|
| NetworkClient | |
| ObjectIdAggregatedStream |
This class added type ID management and file save features to ObjectIdMap class.
|
| ObjectIdFile |
This class added type ID management and file save features to ObjectIdMap class.
|
| ObjectIdMap |
This object assigns a unique ID to each object reference.
|
| ObjectIdMap.Entry |
A simple list structure to store a registered object and its ID.
|
| OldIdCleaner | |
| StringContentFile |
This class is to record the contents of String objects.
|
| StringFileListStream |
A utility class to write strings to files.
|
| Tools | |
| TypeIdAggregatedStreamMap |
This class is to assign an ID for each data type.
|
| TypeIdMap |
This class is to assign an ID for each data type.
|
| TypeIdUtil |
A utility class to deal with type id.
|
Copyright © 2023. All rights reserved.