| java.lang.Object org.apache.poi.hwpf.model.SavedByTable
SavedByTable | public class SavedByTable (Code) | | String table containing the history of the last few revisions ("saves") of the document.
Read-only for the time being.
author: Daniel Noll |
Constructor Summary | |
public | SavedByTable(byte[] tableStream, int offset, int size) Constructor to read the table from the table stream. |
SavedByTable | public SavedByTable(byte[] tableStream, int offset, int size)(Code) | | Constructor to read the table from the table stream.
Parameters: tableStream - the table stream. Parameters: offset - the offset into the byte array. Parameters: size - the size of the table in the byte array. |
getEntries | public List getEntries()(Code) | | Gets the entries. The returned list cannot be modified.
the list of entries. |
writeTo | public void writeTo(HWPFOutputStream tableStream) throws IOException(Code) | | Writes this table to the table stream.
Parameters: tableStream - the table stream to write to. throws: IOException - if an error occurs while writing. |
|
|