File
Doc
Category
Size
Date
Package
GenericPropertyNode.java
API Doc
Apache Poi 3.0.1
1201
Mon Jan 01 18:55:32 GMT 2007
org.apache.poi.hwpf.model
GenericPropertyNode
java.lang.Object
org.apache.poi.hwpf.model.PropertyNode
public class GenericPropertyNode extends PropertyNode
Fields Summary
Constructors Summary
public GenericPropertyNode
(
int
start,
int
end,
byte
[] buf)
super(start, end, buf);
Methods Summary
public
byte
[]
getBytes
()
return (byte[])_buf;
Java Code Source