| Package | Description |
|---|---|
| au.gov.amsa.risky.format |
| Modifier and Type | Method and Description |
|---|---|
static BinaryFixesFormat |
BinaryFixesFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryFixesFormat[] |
BinaryFixesFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
BinaryFixes.createFixByteBuffer(BinaryFixesFormat format) |
static rx.Observable<Fix> |
BinaryFixesOnSubscribeWithBackp.from(File file,
BinaryFixesFormat format)
Returns stream of fixes from the given file.
|
static rx.Observable<Fix> |
BinaryFixesOnSubscribeFastPath.from(File file,
BinaryFixesFormat format) |
static rx.Observable<Fix> |
BinaryFixes.from(File file,
boolean backpressure,
BinaryFixesFormat format)
Automatically detects gzip based on filename.
|
static int |
BinaryFixes.recordSize(BinaryFixesFormat format) |
static void |
BinaryFixes.write(Fix fix,
ByteBuffer bb,
BinaryFixesFormat format) |
static void |
BinaryFixes.write(Fix fix,
OutputStream os,
BinaryFixesFormat format) |
static rx.Observable<List<Fix>> |
BinaryFixesWriter.writeFixes(rx.functions.Func1<Fix,String> fileMapper,
rx.Observable<Fix> fixes,
int bufferSize,
boolean zip,
BinaryFixesFormat format) |
static void |
BinaryFixesWriter.writeFixes(List<HasFix> fixes,
File file,
boolean append,
boolean zip,
BinaryFixesFormat format) |
| Constructor and Description |
|---|
BinaryFixesOnSubscribeFastPath(File file,
BinaryFixesFormat format) |
BinaryFixesOnSubscribeWithBackp(InputStream is,
com.github.davidmoten.util.Optional<Integer> mmsi,
BinaryFixesFormat format) |
Copyright © 2014–2016. All rights reserved.