public interface Record
| Modifier and Type | Method and Description |
|---|---|
void |
add(Blockette blockette) |
byte[] |
add(byte[] bytes) |
byte[] |
get(int length) |
byte[] |
getBytes() |
int |
getSequence() |
char |
getType() |
boolean |
isContinuation() |
Blockette |
next() |
void |
setBytes(byte[] bytes) |
int |
size() |
int getSequence()
char getType()
byte[] getBytes()
throws SeedException
SeedExceptionbyte[] get(int length)
void setBytes(byte[] bytes)
Blockette next() throws SeedException
SeedExceptionboolean isContinuation()
int size()
void add(Blockette blockette)
byte[] add(byte[] bytes)
Copyright © 2018. All rights reserved.