public class SegmentInspector extends Object
| Constructor and Description |
|---|
SegmentInspector() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpSegment(PrintStream out,
int messageDumpLimit,
UnsafeBuffer buffer)
Dump the contents of a segment file to a
PrintStream. |
static void |
main(String[] args)
Main method for launching the process.
|
public static void main(String[] args)
args - passed to the process.public static void dumpSegment(PrintStream out, int messageDumpLimit, UnsafeBuffer buffer)
PrintStream.out - for the dumped contents.messageDumpLimit - for the number of bytes per message fragment to dump.buffer - the wraps the segment file.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.