| Modifier and Type | Method and Description |
|---|---|
SeedStringBuilder |
SeedStringBuilder.append(String s,
int length) |
SeedStringBuilder |
SeedStringBuilder.appendElevation(double value) |
String |
SeedFormatter.format(B030 blockette) |
String |
SeedFormatter.format(B031 blockette) |
String |
SeedFormatter.format(B032 blockette) |
String |
SeedFormatter.format(B033 blockette) |
String |
SeedFormatter.format(B034 blockette) |
String |
SeedFormatter.format(B035 blockette) |
String |
SeedFormatter.format(B041 blockette) |
String |
SeedFormatter.format(B043 blockette) |
String |
SeedFormatter.format(B044 blockette) |
String |
SeedFormatter.format(B045 blockette) |
String |
SeedFormatter.format(B047 blockette) |
String |
SeedFormatter.format(B048 blockette) |
String |
SeedFormatter.format(B050 blockette) |
String |
SeedFormatter.format(B051 blockette) |
String |
SeedFormatter.format(B052 blockette) |
String |
SeedFormatter.format(B055 blockette) |
String |
SeedFormatter.format(B056 blockette) |
String |
SeedFormatter.format(B057 blockette) |
String |
SeedFormatter.format(B058 blockette) |
String |
SeedFormatter.format(B059 blockette) |
String |
SeedFormatter.format(B060 blockette) |
String |
SeedFormatter.format(B061 blockette) |
String |
SeedFormatter.format(B062 blockette) |
String |
SeedFormatter.format(Blockette blockette) |
String |
Formatter.format(Blockette blockette) |
static String |
SeedFormatter.format(Double s,
String format,
int width) |
static String |
SeedFormatter.format(int num,
int length) |
| Modifier and Type | Method and Description |
|---|---|
Blockette |
Volume.add(Blockette blockette) |
void |
Volume.build() |
static Record |
RecordFactory.create(byte[] bytes) |
static Blockette |
BlocketteFactory.create(byte[] bytes) |
static Record |
RecordFactory.create(int sequence,
char type,
boolean continuation) |
static Record |
RecordFactory.create(int size,
int sequence,
char type,
boolean continuation) |
static Blockette |
BlocketteFactory.createBlockette(int type,
byte[] bytes) |
static Blockette |
BlocketteFactory.createBlockette(int type,
byte[] bytes,
int start,
int end) |
String |
Blockette.describe() |
String |
AbstractBlockette.describe() |
static String |
BlocketteDefinition.describe(int blkType) |
byte[] |
Record.getBytes() |
int |
Blockette.getLength() |
int |
AbstractBlockette.getLength() |
boolean |
AbstractBlockette.isOverFlown() |
Blockette |
Record.next() |
AbstractDictionaryBlockette |
Dictionary.put(AbstractDictionaryBlockette b) |
String |
Blockette.toSeedString() |
abstract String |
AbstractBlockette.toSeedString() |
static BTime |
BTime.valueOf(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
static B005 |
BlocketteBuilder.build005(byte[] bytes) |
static B008 |
BlocketteBuilder.build008(byte[] bytes) |
static B010 |
BlocketteBuilder.build010(byte[] bytes) |
static B011 |
BlocketteBuilder.build011(byte[] bytes) |
static B012 |
BlocketteBuilder.build012(byte[] bytes) |
static B030 |
BlocketteBuilder.build030(byte[] bytes) |
static B031 |
BlocketteBuilder.build031(byte[] bytes) |
static B032 |
BlocketteBuilder.build032(byte[] bytes) |
static B033 |
BlocketteBuilder.build033(byte[] bytes) |
static B034 |
BlocketteBuilder.build034(byte[] bytes) |
static B035 |
BlocketteBuilder.build035(byte[] bytes) |
static B041 |
BlocketteBuilder.build041(byte[] bytes) |
static B042 |
BlocketteBuilder.build042(byte[] bytes) |
static B043 |
BlocketteBuilder.build043(byte[] bytes) |
static B044 |
BlocketteBuilder.build044(byte[] bytes) |
static B045 |
BlocketteBuilder.build045(byte[] bytes) |
static B046 |
BlocketteBuilder.build046(byte[] bytes) |
static B047 |
BlocketteBuilder.build047(byte[] bytes) |
static B048 |
BlocketteBuilder.build048(byte[] bytes) |
static B049 |
BlocketteBuilder.build049(byte[] bytes) |
static B050 |
BlocketteBuilder.build050(byte[] bytes) |
static B051 |
BlocketteBuilder.build051(byte[] bytes) |
static B052 |
BlocketteBuilder.build052(byte[] bytes) |
static B053 |
BlocketteBuilder.build053(byte[] bytes) |
static B054 |
BlocketteBuilder.build054(byte[] bytes) |
static B055 |
BlocketteBuilder.build055(byte[] bytes) |
static B056 |
BlocketteBuilder.build056(byte[] bytes) |
static B057 |
BlocketteBuilder.build057(byte[] bytes) |
static B058 |
BlocketteBuilder.build058(byte[] bytes) |
static B059 |
BlocketteBuilder.build059(byte[] bytes) |
static B060 |
BlocketteBuilder.build060(byte[] bytes) |
static B061 |
BlocketteBuilder.build061(byte[] bytes) |
static B062 |
BlocketteBuilder.build062(byte[] bytes) |
T |
Builder.create(byte[] bytes) |
Blockette |
BlocketteBuilder.create(byte[] bytes) |
List<T> |
Builder.createAll(byte[] bytes) |
List<Blockette> |
BlocketteBuilder.createAll(byte[] bytes) |
Blockette |
BlocketteBuilder.getBlockette(int type,
byte[] bytes) |
static double |
BlocketteBuilder.parseDouble(byte[] buf,
int begin,
int length) |
static float |
BlocketteBuilder.parseFloat(byte[] buf,
int begin,
int length) |
static int |
BlocketteBuilder.parseInt(byte[] buf,
int begin,
int length) |
static String |
BlocketteBuilder.readString(byte[] buf,
int begin,
int length) |
| Modifier and Type | Method and Description |
|---|---|
String |
B042.toSeedString() |
String |
B041.toSeedString() |
String |
B035.toSeedString() |
| Modifier and Type | Method and Description |
|---|---|
String |
B011.toSeedString() |
String |
B008.toSeedString() |
String |
B005.toSeedString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OverFlowBlockette.isOverFlown() |
boolean |
B054.isOverFlown() |
String |
B052.toSeedString() |
String |
B050.toSeedString() |
| Modifier and Type | Method and Description |
|---|---|
void |
Buffer.add(byte[] buffer) |
Record |
RecordInputStream.next() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
VolumeRecord.getBytes() |
Blockette |
EmptyRecord.next() |
| Constructor and Description |
|---|
DictionaryRecord(int sequence,
boolean continuation) |
DictionaryRecord(int size,
int sequence,
boolean continuation) |
StationRecord(int sequence,
boolean continuation) |
StationRecord(int size,
int sequence,
boolean continuation) |
VolumeRecord(int sequence,
boolean continuation) |
VolumeRecord(int size,
int sequence,
boolean continuation) |
Copyright © 2018. All rights reserved.