Package org.apache.poi.hslf.dev
Class UserEditAndPersistListing
- java.lang.Object
-
- org.apache.poi.hslf.dev.UserEditAndPersistListing
-
public final class UserEditAndPersistListing extends java.lang.Object
Uses record level code to locate UserEditAtom records, and other persistence related atoms. Tries to match them together, to help illuminate quite what all the offsets mean
-
-
Constructor Summary
Constructors Constructor Description UserEditAndPersistListing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Record
findRecordAtPos(int pos)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
findRecordAtPos
public static Record findRecordAtPos(int pos)
-
-