public final class ShipStaticData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ShipStaticData.Info |
Constructor and Description |
---|
ShipStaticData() |
Modifier and Type | Method and Description |
---|---|
static rx.Observable<ShipStaticData.Info> |
from(Reader reader) |
static rx.Observable<ShipStaticData.Info> |
from(String resource) |
static rx.Observable<ShipStaticData.Info> |
fromAndClose(Reader reader) |
static Map<Integer,ShipStaticData.Info> |
getMapFromReader(Reader reader) |
static Map<Integer,ShipStaticData.Info> |
getMapFromResource(String resource) |
public static Map<Integer,ShipStaticData.Info> getMapFromResource(String resource)
public static Map<Integer,ShipStaticData.Info> getMapFromReader(Reader reader)
public static rx.Observable<ShipStaticData.Info> fromAndClose(Reader reader)
public static rx.Observable<ShipStaticData.Info> from(String resource)
public static rx.Observable<ShipStaticData.Info> from(Reader reader)
Copyright © 2020. All rights reserved.