|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hwpf.model.SavedByTable
public class SavedByTable
String table containing the history of the last few revisions ("saves") of the document. Read-only for the time being.
Constructor Summary | |
---|---|
SavedByTable(byte[] tableStream,
int offset,
int size)
Constructor to read the table from the table stream. |
Method Summary | |
---|---|
java.util.List |
getEntries()
Gets the entries. |
void |
writeTo(HWPFOutputStream tableStream)
Writes this table to the table stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public java.util.List getEntries()
public void writeTo(HWPFOutputStream tableStream) throws java.io.IOException
tableStream
- the table stream to write to.
java.io.IOException
- if an error occurs while writing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |