writer2latex.office
Class SVMReader
java.lang.Objectwriter2latex.office.SVMReader
public final class SVMReader
extends java.lang.Object
This class contains a static method to extract EPS data from an SVM file
static boolean | readSVM(byte[] blob, int[] offlen)- Determine if this SVM contains an EPS document and retrieve start and
end positions if so.
|
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.
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 true if the SVM contains an EPS document