| Constructor and Description |
|---|
VolumeRecord(int sequence,
boolean continuation) |
VolumeRecord(int size,
int sequence,
boolean continuation) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(B010 b) |
void |
add(B011 b) |
void |
add(Blockette b) |
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 VolumeRecord(int sequence,
boolean continuation)
throws SeedException
SeedExceptionpublic VolumeRecord(int size,
int sequence,
boolean continuation)
throws SeedException
SeedExceptionpublic void add(B011 b)
public void add(B010 b)
public byte[] getBytes()
throws SeedException
getBytes in interface RecordSeedExceptionprotected 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 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.