| Constructor and Description |
|---|
StationRecord(int sequence,
boolean continuation) |
StationRecord(int size,
int sequence,
boolean continuation) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Blockette blockette) |
byte[] |
add(byte[] src) |
protected byte[] |
buildSequence() |
byte[] |
get(int length) |
int |
getAvailableBytes() |
byte[] |
getBytes() |
int |
getSequence() |
char |
getType() |
int |
index() |
boolean |
isContinuation() |
List<Object[]> |
iterate() |
Blockette |
next() |
void |
setBytes(byte[] bytes) |
void |
setContinuation(boolean continuation) |
void |
setSequence(int sequence) |
void |
setType(char type) |
int |
size() |
public StationRecord(int sequence,
boolean continuation)
throws SeedException
SeedExceptionpublic StationRecord(int size,
int sequence,
boolean continuation)
throws SeedException
SeedExceptionprotected byte[] buildSequence()
throws SeedException
SeedExceptionpublic int getSequence()
getSequence in interface Recordpublic void setSequence(int sequence)
public void setType(char type)
public void setContinuation(boolean continuation)
public boolean isContinuation()
isContinuation in interface Recordpublic byte[] getBytes()
throws SeedException
getBytes in interface RecordSeedExceptionpublic int index()
public int getAvailableBytes()
public Blockette next() throws SeedException
next in interface RecordSeedExceptionpublic List<Object[]> iterate() throws SeedException, IOException
SeedExceptionIOExceptionCopyright © 2018. All rights reserved.