Package writer2latex.office
Class SVMReader
java.lang.Object
writer2latex.office.SVMReader
This class contains a static method to extract EPS data from an SVM file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
readSVM
(byte[] blob, int[] offlen) Determine if this SVM contains an EPS document and retrieve start and end positions if so.
-
Constructor Details
-
SVMReader
public SVMReader()
-
-
Method Details
-
readSVM
public static final boolean readSVM(byte[] blob, int[] offlen) Determine if this SVM contains an EPS document and retrieve start and end positions if so.- Parameters:
blob
- byte array containing SVM fileofflen
- integer array to retrieve the offset into the SVM file (offlen[0]) and the length (offlen[1]) of the EPS document. If the method returns false, the array will be unchanged.- Returns:
- returns true if the SVM contains an EPS document
-