|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.shpapi.DBFHeader
Class representing the header of a dBase III/IV file
Last changes:
28.04.00 ap: constructor declared and implemented
28.04.00 ap: method setField(int index, FieldDescriptor fd)
28.04.00 ap: method getHeader() declared and implemented
03.05.00 ap: constructor modified
--------------------------------------------------------------------------
Field Summary | |
private byte[] |
header
|
Constructor Summary | |
DBFHeader(FieldDescriptor[] fieldDesc)
constructor retrieves number of fields |
Method Summary | |
byte[] |
getHeader()
method: public byte[] getHeader() throws DBaseException returns the header as a byte array |
private void |
setField(int index,
FieldDescriptor fd)
method: public void setField(int index, FieldDescriptor fd) puts a field on the header byte array |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private byte[] header
Constructor Detail |
public DBFHeader(FieldDescriptor[] fieldDesc) throws DBaseException
Method Detail |
private void setField(int index, FieldDescriptor fd)
public byte[] getHeader() throws DBaseException
DBaseException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |