| Constructor and Description |
|---|
SavedByTable(byte[] tableStream,
int offset,
int size)
Constructor to read the table from the table stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<SavedByEntry> |
getEntries()
Gets the entries.
|
void |
writeTo(HWPFOutputStream tableStream)
Writes this table to the table stream.
|
public SavedByTable(byte[] tableStream,
int offset,
int size)
tableStream - the table stream.offset - the offset into the byte array.size - the size of the table in the byte array.public List<SavedByEntry> getEntries()
public void writeTo(HWPFOutputStream tableStream) throws IOException
tableStream - the table stream to write to.IOException - if an error occurs while writing.Copyright © 2020. All rights reserved.