public class FramedTelemetryLogSink extends Object implements LogSink
+----------------------+------------------------+-----------------------+
| Frame Type - 4 bytes | Length (len) - 4 bytes | Message - 'len' bytes |
+----------------------+------------------------+-----------------------+
The first 4 bytes indicate the type of the frame - log frames have a type defined as the hex value 0xa55a0001. The
second 4 bytes should indicate the message's length. The next 'len' bytes contain the message. The byte order is
big-endian.Constructor and Description |
---|
FramedTelemetryLogSink(File file) |
public FramedTelemetryLogSink(File file) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2022. All rights reserved.