public final class SVMReader
extends java.lang.Object
Constructor and Description |
---|
SVMReader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
readSVM(byte[] blob,
int[] offlen)
Determine if this SVM contains an EPS document and retrieve start and
end positions if so.
|
public static final boolean readSVM(byte[] blob, int[] offlen)
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.