|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.client.beans.AnnSet
Decodes a ProductView Annotation Set.
Supported API: false
Extendable: false
Field Summary | |
private String |
author
|
private String |
comments
|
private String |
email
|
private String |
EMK4_MAGIC_NUMBER
|
private int |
ipos
|
private static String |
javaencoding
|
private String |
name
|
private static WVSProperties |
properties
|
private String |
target
|
private String |
telephone
|
private static boolean |
VERBOSE
|
Constructor Summary | |
AnnSet()
|
Method Summary | |
String |
getAuthor()
Returns the Author decoded from loaded Annotation Set Supported API: false |
String |
getComments()
Returns the Comments decoded from loaded Annotation Set Supported API: false |
String |
getEmail()
Returns the Email address decoded from loaded Annotation Set Supported API: false |
String |
getName()
Returns the Name decoded from loaded Annotation Set Supported API: false |
String |
getTarget()
Returns the Target decoded from loaded Annotation Set Supported API: false |
String |
getTelephone()
Returns the Telephone number decoded from loaded Annotation Set Supported API: false |
boolean |
load(byte[] data)
Decode an Annotation Set file in the form of a byte array Supported API: false |
boolean |
load(String data)
Decode an Annotation Set file in the form of a String Supported API: false |
boolean |
load(StringBuffer bufferData)
Decode an Annotation Set file in the form of a StringBuffer Supported API: false |
boolean |
loadFile(String inFile)
Load and decode an Annotation Set file Supported API: false |
private String |
readString(StringBuffer bufferData)
Retrieves the next set of Strings from the annotation set Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String EMK4_MAGIC_NUMBER
private String target
private String name
private String author
private String telephone
private String email
private String comments
private int ipos
private static WVSProperties properties
private static String javaencoding
private static boolean VERBOSE
Constructor Detail |
public AnnSet()
Method Detail |
public boolean loadFile(String inFile) throws UnsupportedEncodingException
inFile
- The name of the file
UnsupportedEncodingException
public boolean load(byte[] data) throws UnsupportedEncodingException
data
- The Annotation Set data
UnsupportedEncodingException
public boolean load(String data) throws UnsupportedEncodingException
data
- The Annotation Set data
UnsupportedEncodingException
public boolean load(StringBuffer bufferData) throws UnsupportedEncodingException
UnsupportedEncodingException
public String getTarget()
public String getName()
public String getAuthor()
public String getTelephone()
public String getEmail()
public String getComments()
private String readString(StringBuffer bufferData)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |