public final class BinaryFixes extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
COG_ABSENT |
protected static char |
COMMA |
static short |
HEADING_ABSENT |
static int |
LATENCY_ABSENT |
static byte |
NAV_STATUS_ABSENT |
protected static byte |
RATE_OF_TURN_ABSENT |
static byte |
ROT_ABSENT |
static short |
SOG_ABSENT |
static short |
SOURCE_ABSENT |
static byte |
SOURCE_PRESENT_BUT_UNKNOWN |
| Constructor and Description |
|---|
BinaryFixes() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
createFixByteBuffer(BinaryFixesFormat format) |
static rx.Observable<String> |
csv(rx.Observable<Fix> fixes) |
static rx.Observable<Fix> |
from(File file)
Automatically detects gzip based on filename.
|
static rx.Observable<Fix> |
from(File file,
boolean backpressure) |
static rx.Observable<Fix> |
from(File file,
boolean backpressure,
BinaryFixesFormat format)
Automatically detects gzip based on filename.
|
static rx.Observable<Fix> |
from(List<File> files) |
static int |
recordSize(BinaryFixesFormat format) |
static rx.Observable<Integer> |
sortBinaryFixFilesByTime(File output,
long downSampleIntervalMs,
rx.Scheduler scheduler) |
static void |
write(Fix fix,
ByteBuffer bb,
BinaryFixesFormat format) |
static void |
write(Fix fix,
OutputStream os,
BinaryFixesFormat format) |
public static final short SOG_ABSENT
public static final short COG_ABSENT
public static final short HEADING_ABSENT
public static final byte NAV_STATUS_ABSENT
public static final int LATENCY_ABSENT
public static final short SOURCE_ABSENT
public static final byte ROT_ABSENT
public static final byte SOURCE_PRESENT_BUT_UNKNOWN
protected static final char COMMA
protected static final byte RATE_OF_TURN_ABSENT
public static int recordSize(BinaryFixesFormat format)
public static rx.Observable<Fix> from(File file)
file - public static rx.Observable<Fix> from(File file, boolean backpressure, BinaryFixesFormat format)
file - backpressure - public static void write(Fix fix, OutputStream os, BinaryFixesFormat format)
public static ByteBuffer createFixByteBuffer(BinaryFixesFormat format)
public static void write(Fix fix, ByteBuffer bb, BinaryFixesFormat format)
public static rx.Observable<Integer> sortBinaryFixFilesByTime(File output, long downSampleIntervalMs, rx.Scheduler scheduler)
Copyright © 2014–2016. All rights reserved.