SandMark version 3.0


sandmark.watermark.objectwm
Class VectorExtraction

java.lang.Object
  |
  +--sandmark.watermark.objectwm.VectorExtraction

public class VectorExtraction
extends java.lang.Object

This class implements the vector extraction APIs to extract the watermarkvector from the existing jar file


Field Summary
(package private)  Config config
           
(package private)  ObjectHelper helper
           
 
Constructor Summary
(package private) VectorExtraction()
          Constructor
 
Method Summary
 java.util.Vector extractVector(java.lang.String classFile)
          extracts the frequency vector from the @classFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

Config config

helper

ObjectHelper helper
Constructor Detail

VectorExtraction

VectorExtraction()
Constructor

Method Detail

extractVector

public java.util.Vector extractVector(java.lang.String classFile)
extracts the frequency vector from the @classFile


SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003