]> source.dussan.org Git - poi.git/commitdiff
Lots more javadoc warning fixes
authorNick Burch <nick@apache.org>
Fri, 29 Jun 2007 14:48:00 +0000 (14:48 +0000)
committerNick Burch <nick@apache.org>
Fri, 29 Jun 2007 14:48:00 +0000 (14:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551912 13f79535-47bb-0310-9956-ffa450edef68

129 files changed:
src/java/org/apache/poi/hssf/record/AbstractEscherHolderRecord.java
src/java/org/apache/poi/hssf/record/AreaFormatRecord.java
src/java/org/apache/poi/hssf/record/AreaRecord.java
src/java/org/apache/poi/hssf/record/AxisLineFormatRecord.java
src/java/org/apache/poi/hssf/record/AxisOptionsRecord.java
src/java/org/apache/poi/hssf/record/AxisParentRecord.java
src/java/org/apache/poi/hssf/record/AxisRecord.java
src/java/org/apache/poi/hssf/record/AxisUsedRecord.java
src/java/org/apache/poi/hssf/record/BOFRecord.java
src/java/org/apache/poi/hssf/record/BackupRecord.java
src/java/org/apache/poi/hssf/record/BarRecord.java
src/java/org/apache/poi/hssf/record/BeginRecord.java
src/java/org/apache/poi/hssf/record/BlankRecord.java
src/java/org/apache/poi/hssf/record/BookBoolRecord.java
src/java/org/apache/poi/hssf/record/BoolErrRecord.java
src/java/org/apache/poi/hssf/record/BottomMarginRecord.java
src/java/org/apache/poi/hssf/record/BoundSheetRecord.java
src/java/org/apache/poi/hssf/record/CalcCountRecord.java
src/java/org/apache/poi/hssf/record/CalcModeRecord.java
src/java/org/apache/poi/hssf/record/CategorySeriesAxisRecord.java
src/java/org/apache/poi/hssf/record/ChartFormatRecord.java
src/java/org/apache/poi/hssf/record/ChartRecord.java
src/java/org/apache/poi/hssf/record/CodepageRecord.java
src/java/org/apache/poi/hssf/record/ColumnInfoRecord.java
src/java/org/apache/poi/hssf/record/CommonObjectDataSubRecord.java
src/java/org/apache/poi/hssf/record/ContinueRecord.java
src/java/org/apache/poi/hssf/record/CountryRecord.java
src/java/org/apache/poi/hssf/record/DBCellRecord.java
src/java/org/apache/poi/hssf/record/DSFRecord.java
src/java/org/apache/poi/hssf/record/DatRecord.java
src/java/org/apache/poi/hssf/record/DataFormatRecord.java
src/java/org/apache/poi/hssf/record/DateWindow1904Record.java
src/java/org/apache/poi/hssf/record/DefaultColWidthRecord.java
src/java/org/apache/poi/hssf/record/DefaultDataLabelTextPropertiesRecord.java
src/java/org/apache/poi/hssf/record/DefaultRowHeightRecord.java
src/java/org/apache/poi/hssf/record/DeltaRecord.java
src/java/org/apache/poi/hssf/record/DimensionsRecord.java
src/java/org/apache/poi/hssf/record/EOFRecord.java
src/java/org/apache/poi/hssf/record/EndRecord.java
src/java/org/apache/poi/hssf/record/EndSubRecord.java
src/java/org/apache/poi/hssf/record/ExtSSTRecord.java
src/java/org/apache/poi/hssf/record/ExtendedFormatRecord.java
src/java/org/apache/poi/hssf/record/ExternSheetRecord.java
src/java/org/apache/poi/hssf/record/ExternSheetSubRecord.java
src/java/org/apache/poi/hssf/record/FilePassRecord.java
src/java/org/apache/poi/hssf/record/FnGroupCountRecord.java
src/java/org/apache/poi/hssf/record/FontBasisRecord.java
src/java/org/apache/poi/hssf/record/FontIndexRecord.java
src/java/org/apache/poi/hssf/record/FontRecord.java
src/java/org/apache/poi/hssf/record/FooterRecord.java
src/java/org/apache/poi/hssf/record/FormatRecord.java
src/java/org/apache/poi/hssf/record/FormulaRecord.java
src/java/org/apache/poi/hssf/record/FrameRecord.java
src/java/org/apache/poi/hssf/record/GridsetRecord.java
src/java/org/apache/poi/hssf/record/GroupMarkerSubRecord.java
src/java/org/apache/poi/hssf/record/GutsRecord.java
src/java/org/apache/poi/hssf/record/HCenterRecord.java
src/java/org/apache/poi/hssf/record/HeaderRecord.java
src/java/org/apache/poi/hssf/record/HideObjRecord.java
src/java/org/apache/poi/hssf/record/HorizontalPageBreakRecord.java
src/java/org/apache/poi/hssf/record/IndexRecord.java
src/java/org/apache/poi/hssf/record/InterfaceEndRecord.java
src/java/org/apache/poi/hssf/record/InterfaceHdrRecord.java
src/java/org/apache/poi/hssf/record/IterationRecord.java
src/java/org/apache/poi/hssf/record/LabelRecord.java
src/java/org/apache/poi/hssf/record/LabelSSTRecord.java
src/java/org/apache/poi/hssf/record/LeftMarginRecord.java
src/java/org/apache/poi/hssf/record/LegendRecord.java
src/java/org/apache/poi/hssf/record/LineFormatRecord.java
src/java/org/apache/poi/hssf/record/LinkedDataRecord.java
src/java/org/apache/poi/hssf/record/MMSRecord.java
src/java/org/apache/poi/hssf/record/MergeCellsRecord.java
src/java/org/apache/poi/hssf/record/MulBlankRecord.java
src/java/org/apache/poi/hssf/record/MulRKRecord.java
src/java/org/apache/poi/hssf/record/NameRecord.java
src/java/org/apache/poi/hssf/record/NumberFormatIndexRecord.java
src/java/org/apache/poi/hssf/record/NumberRecord.java
src/java/org/apache/poi/hssf/record/ObjRecord.java
src/java/org/apache/poi/hssf/record/ObjectLinkRecord.java
src/java/org/apache/poi/hssf/record/PaletteRecord.java
src/java/org/apache/poi/hssf/record/PaneRecord.java
src/java/org/apache/poi/hssf/record/PasswordRecord.java
src/java/org/apache/poi/hssf/record/PasswordRev4Record.java
src/java/org/apache/poi/hssf/record/PlotAreaRecord.java
src/java/org/apache/poi/hssf/record/PlotGrowthRecord.java
src/java/org/apache/poi/hssf/record/PrecisionRecord.java
src/java/org/apache/poi/hssf/record/PrintGridlinesRecord.java
src/java/org/apache/poi/hssf/record/PrintHeadersRecord.java
src/java/org/apache/poi/hssf/record/PrintSetupRecord.java
src/java/org/apache/poi/hssf/record/ProtectRecord.java
src/java/org/apache/poi/hssf/record/ProtectionRev4Record.java
src/java/org/apache/poi/hssf/record/RKRecord.java
src/java/org/apache/poi/hssf/record/RecalcIdRecord.java
src/java/org/apache/poi/hssf/record/Record.java
src/java/org/apache/poi/hssf/record/RefModeRecord.java
src/java/org/apache/poi/hssf/record/RefreshAllRecord.java
src/java/org/apache/poi/hssf/record/RowRecord.java
src/java/org/apache/poi/hssf/record/SCLRecord.java
src/java/org/apache/poi/hssf/record/SaveRecalcRecord.java
src/java/org/apache/poi/hssf/record/SelectionRecord.java
src/java/org/apache/poi/hssf/record/SeriesChartGroupIndexRecord.java
src/java/org/apache/poi/hssf/record/SeriesIndexRecord.java
src/java/org/apache/poi/hssf/record/SeriesLabelsRecord.java
src/java/org/apache/poi/hssf/record/SeriesListRecord.java
src/java/org/apache/poi/hssf/record/SeriesRecord.java
src/java/org/apache/poi/hssf/record/SeriesTextRecord.java
src/java/org/apache/poi/hssf/record/SeriesToChartGroupRecord.java
src/java/org/apache/poi/hssf/record/SharedFormulaRecord.java
src/java/org/apache/poi/hssf/record/SheetPropertiesRecord.java
src/java/org/apache/poi/hssf/record/StringRecord.java
src/java/org/apache/poi/hssf/record/StyleRecord.java
src/java/org/apache/poi/hssf/record/SupBookRecord.java
src/java/org/apache/poi/hssf/record/TabIdRecord.java
src/java/org/apache/poi/hssf/record/TextObjectBaseRecord.java
src/java/org/apache/poi/hssf/record/TextRecord.java
src/java/org/apache/poi/hssf/record/TickRecord.java
src/java/org/apache/poi/hssf/record/UnicodeString.java
src/java/org/apache/poi/hssf/record/UnitsRecord.java
src/java/org/apache/poi/hssf/record/UnknownRecord.java
src/java/org/apache/poi/hssf/record/UseSelFSRecord.java
src/java/org/apache/poi/hssf/record/VCenterRecord.java
src/java/org/apache/poi/hssf/record/ValueRangeRecord.java
src/java/org/apache/poi/hssf/record/VerticalPageBreakRecord.java
src/java/org/apache/poi/hssf/record/WSBoolRecord.java
src/java/org/apache/poi/hssf/record/WindowOneRecord.java
src/java/org/apache/poi/hssf/record/WindowProtectRecord.java
src/java/org/apache/poi/hssf/record/WindowTwoRecord.java
src/java/org/apache/poi/hssf/record/WriteAccessRecord.java
src/java/org/apache/poi/hssf/record/WriteProtectRecord.java

index 184b078f8470b24de659995cbc8766757af756ee..42c8ea790d8128a15691da877bf6bd955fe1062c 100644 (file)
@@ -52,12 +52,8 @@ public abstract class AbstractEscherHolderRecord
     /**
      * Constructs a Bar record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1017 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
-
     public AbstractEscherHolderRecord(RecordInputStream in)
     {
         super(in);
index 6512ad19518542965f2d795c21959d211a4556d0..6482112e6fde2c19c1a540344add11edf6dce8b5 100644 (file)
@@ -52,10 +52,7 @@ public class AreaFormatRecord
     /**
      * Constructs a AreaFormat record and sets its fields appropriately.
      *
-     * @param id    id must be 0x100a or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AreaFormatRecord(RecordInputStream in)
index 1feb89531fead1af52733fa4f0b5902f6a30d3d4..32aa57eed2641b50dad0469f247a1aed36a550ba 100644 (file)
@@ -48,10 +48,7 @@ public class AreaRecord
     /**
      * Constructs a Area record and sets its fields appropriately.
      *
-     * @param id    id must be 0x101A or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AreaRecord(RecordInputStream in)
index 6870aee949f9e509284fba90da957c6131512ccb..e46ce1a5d2f214ee0b00b43c156f45de199dbdb2 100644 (file)
@@ -49,10 +49,7 @@ public class AxisLineFormatRecord
     /**
      * Constructs a AxisLineFormat record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1021 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AxisLineFormatRecord(RecordInputStream in)
index 45d9fca72d116e28f2ff6ee0ae106284ae6780b7..be359b80a84e8864965a3027204b0d8da5f3f04d 100644 (file)
@@ -61,10 +61,7 @@ public class AxisOptionsRecord
     /**
      * Constructs a AxisOptions record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1062 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AxisOptionsRecord(RecordInputStream in)
index d143b20c018f5a2f81e48fa6bc2a963eb5d8e9b4..3c4d5985459f30d3d6c2b2e0f60d5bfd8eed1bbb 100644 (file)
@@ -51,10 +51,7 @@ public class AxisParentRecord
     /**
      * Constructs a AxisParent record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1041 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AxisParentRecord(RecordInputStream in)
index d8335829aff21c1ed4592a345efcd988a24ae6e9..b18c9c32fdde381715331401f33036a39cd42930 100644 (file)
@@ -52,10 +52,7 @@ public class AxisRecord
     /**
      * Constructs a Axis record and sets its fields appropriately.
      *
-     * @param id    id must be 0x101d or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AxisRecord(RecordInputStream in)
index 17ddaa753cb41ea00db34c8d415c4a85c595f7fd..2b3937978a08368b78dc0a52f9850fcdbc3b15ce 100644 (file)
@@ -45,10 +45,7 @@ public class AxisUsedRecord
     /**
      * Constructs a AxisUsed record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1046 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public AxisUsedRecord(RecordInputStream in)
index 6e54dd5b680f0280c3c12e8e87c0b43a4f1731c5..df532d036e0bdd84282d746b3dc95f89aaab9be8 100644 (file)
@@ -88,10 +88,7 @@ public class BOFRecord
 
     /**
      * Constructs a BOFRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0x809 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BOFRecord(RecordInputStream in)
index 618fa35794aa9ec23186b48d6c4d702c3247a2a6..6ee6cccfb68f64a98b89483bebf5801a43c977e7 100644 (file)
@@ -42,10 +42,7 @@ public class BackupRecord
 
     /**
      * Constructs a BackupRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0x40 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BackupRecord(RecordInputStream in)
index 51e5064893a53596f5bfc17ddd72035af2ef9300..794247e3a4472f9e1affe1557f5f83774f24e326 100644 (file)
@@ -51,10 +51,7 @@ public class BarRecord
     /**
      * Constructs a Bar record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1017 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BarRecord(RecordInputStream in)
index aef4a1a890caa5e41cf249d6b3a0c50c84610a50..b899d3a6a8d8f29b4e95f0be02668c0e5f317469 100644 (file)
@@ -41,10 +41,7 @@ public class BeginRecord
 
     /**
      * Constructs a BeginRecord record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x1033 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BeginRecord(RecordInputStream in)
index 2fd851789a2649d8a90cff46f4073c3d9359a530..e4f04287611e61a780a6d6d937716701381bce88 100644 (file)
@@ -53,10 +53,7 @@ public class BlankRecord
 
     /**
      * Constructs a BlankRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0x201 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BlankRecord(RecordInputStream in)
index f7352a92cddb1e8a4583e71b6d1b357f6f3c5e8f..6b5cf98836f5a61897fc3febd82f1f5dd2c8d311 100644 (file)
@@ -42,10 +42,7 @@ public class BookBoolRecord
 
     /**
      * Constructs a BookBoolRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0xDA or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BookBoolRecord(RecordInputStream in)
index 2902ddda451852400b14bcc7255b2feb1723c468..28564224a9a514f42a87b4560a51da9f1a27e424 100644 (file)
@@ -55,9 +55,7 @@ public class BoolErrRecord
     /**
      * Constructs a BoolErr record and sets its fields appropriately.
      *
-     * @param id     id must be 0x205 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BoolErrRecord(RecordInputStream in)
@@ -66,11 +64,7 @@ public class BoolErrRecord
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
-     * @param size size of data
+     * @param in the RecordInputstream to read the record from
      */
 
     protected void fillFields(RecordInputStream in)
index fe37666d3ec20a3290a0510fafd23d29e889b22d..fc535e06b9a6ced0137af7b65b9446a778b00c4b 100644 (file)
@@ -42,10 +42,7 @@ public class BottomMarginRecord
     /**
      * Constructs a BottomMargin record and sets its fields appropriately.
      *
-     * @param id   id must be 0x29 or an exception
-     *             will be throw upon validation
-     * @param size size the size of the data area of the record
-     * @param data data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     public BottomMarginRecord( RecordInputStream in )
     {
index bf466e055eb3a9b83dc8fbdfad073a1a23fc1d85..bf264bf02a1f7e7f57fca32872c6eb80076736e0 100644 (file)
@@ -50,9 +50,7 @@ public class BoundSheetRecord
     /**
      * Constructs a BoundSheetRecord and sets its fields appropriately
      *
-     * @param id     id must be 0x85 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public BoundSheetRecord( RecordInputStream in )
index 0b78e5af887ff4448dd98368cba830d5cf7490a9..307dfa35ee39d7ed010028f513f97c35cbca2359 100644 (file)
@@ -47,10 +47,7 @@ public class CalcCountRecord
 
     /**
      * Constructs a CalcCountRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0xC or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      *
      */
 
index 2d9e22a0cf83643a39a5ce761fa68f874be66f82..b36123638e6349084d38fcdd2ccc61157d33f623 100644 (file)
@@ -63,10 +63,7 @@ public class CalcModeRecord
 
     /**
      * Constructs a CalcModeRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0xD or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public CalcModeRecord(RecordInputStream in)
index 9d5c2c186362ea37c7d3170c5b463fe7f2e567b7..7e38d6f6e6caa29abdbef040c13c4794b2143ecd 100644 (file)
@@ -51,10 +51,7 @@ public class CategorySeriesAxisRecord
     /**
      * Constructs a CategorySeriesAxis record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1020 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public CategorySeriesAxisRecord(RecordInputStream in)
index dbfa61fd1cf046ec5d4cdfb60079600fd71197af..7a36914903b6a038e984f90ca0bb96c11b2cd53f 100644 (file)
@@ -50,10 +50,7 @@ public class ChartFormatRecord
 
     /**
      * Constructs a ChartFormatRecord record and sets its fields appropriately.
-     *
-     * @param id    id must equal the sid or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ChartFormatRecord(RecordInputStream in)
index a75c1248d1eeaff980582077b8ea59b2f7f12bcf..a4c6a5f4f4cf9a697de7a357485265b845a8c1ff 100644 (file)
@@ -48,10 +48,7 @@ public class ChartRecord
     /**
      * Constructs a Chart record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1002 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ChartRecord(RecordInputStream in)
index 659f975060dbc99f0316a6bd68779b278f0d5e7e..b2aa41039f980daef518bca006b957dd943fa696 100644 (file)
@@ -49,10 +49,7 @@ public class CodepageRecord
 
     /**
      * Constructs a CodepageRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0x42 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public CodepageRecord(RecordInputStream in)
index e3db525ee6587ceadeab9aab91fb9e51a5361dd3..932c4547a1007737a9a5723ad056daa307c34ea4 100644 (file)
@@ -56,10 +56,7 @@ public class ColumnInfoRecord
 
     /**
      * Constructs a ColumnInfo record and sets its fields appropriately
-     *
-     * @param id     id must be 0x7d or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ColumnInfoRecord(RecordInputStream in)
index cd3e6030e4c98a8fac3343ed92fa6fb88b408570..c4768ab0c791b1082fb68002ac7a9ca025b05825 100644 (file)
@@ -85,10 +85,7 @@ public class CommonObjectDataSubRecord
     /**
      * Constructs a CommonObjectData record and sets its fields appropriately.
      *
-     * @param id    id must be 0x15 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public CommonObjectDataSubRecord(RecordInputStream in)
index 53073a34e7a82f84eb2d718e7550396d295be617..46d15a3c1e53c77e7c16ecce66fa15c725536ef9 100644 (file)
@@ -48,9 +48,7 @@ public class ContinueRecord
     /**
      * Main constructor -- kinda dummy because we don't validate or fill fields
      *
-     * @param id record id
-     * @param size record size
-     * @param data raw data
+     * @param in the RecordInputstream to read the record from
      */
 
     public ContinueRecord(RecordInputStream in)
@@ -80,9 +78,8 @@ public class ContinueRecord
         //    "You're not supposed to serialize Continue records like this directly");
     }
 
-    /**
-     * set the data for continuation
-     * @param data - a byte array containing all of the continued data
+       /*
+     * @param data raw data
      */
 
     public void setData(byte [] data)
@@ -139,9 +136,7 @@ public class ContinueRecord
     /**
      * Fill the fields. Only thing is, this record has no fields --
      *
-     * @param ignored_parm1 Ignored
-     * @param ignored_parm2 Ignored
-     * @param ignored_parm3 Ignored
+     * @param in the RecordInputstream to read the record from
      */
 
     protected void fillFields(RecordInputStream in)
index a4828851ce0bd6b78d46067fa5f461097eed1f6f..ca1af5531ca40452ef73f56651c092361bfe51a5 100644 (file)
@@ -46,10 +46,7 @@ public class CountryRecord
 
     /**
      * Constructs a CountryRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0x8c or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public CountryRecord(RecordInputStream in)
index 7982626f20453c98613b81edcc974f9ddc597f3c..caeb333a52fa8db454ff0a2677b1b274a1842716 100644 (file)
@@ -44,10 +44,7 @@ public class DBCellRecord
 
     /**
      * Constructs a DBCellRecord and sets its fields appropriately
-     *
-     * @param id     id must be 0xd7 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DBCellRecord(RecordInputStream in)
index 12e3de5d791e77a3ab153baa9c7d8cedfc0b8c9a..ea898c2f2306bf84d2ff93d0788f21c4429b210b 100644 (file)
@@ -42,10 +42,7 @@ public class DSFRecord
 
     /**
      * Constructs a DBCellRecord and sets its fields appropriately.
-     *
-     * @param id     id must be 0x161 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DSFRecord(RecordInputStream in)
index 6a81e709603a414247f6791c3caaa6d21f836395..10459969168f7a973a6b63fde32a577ba447935d 100644 (file)
@@ -49,10 +49,7 @@ public class DatRecord
     /**
      * Constructs a Dat record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1063 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DatRecord(RecordInputStream in)
index fda03d4864e3a250aaa5a1de294703f822d43aeb..027e0c1afd82188c22f8344df4770b2da8e384a5 100644 (file)
@@ -49,10 +49,7 @@ public class DataFormatRecord
     /**
      * Constructs a DataFormat record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1006 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DataFormatRecord(RecordInputStream in)
index 9b9e37c2ca5b6a2e70baad8f32f2b6a8c76b6fb5..3a692fd6890c49709adc1efb5966442cef3a1839 100644 (file)
@@ -42,10 +42,7 @@ public class DateWindow1904Record
 
     /**
      * Constructs a DateWindow1904 record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x22 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DateWindow1904Record(RecordInputStream in)
index 0779fca82802c11e8dd5a88658f6802c1923566a..6a38f4d2bace227d7e4cf3ff01f574c2ddac2b8b 100644 (file)
@@ -43,10 +43,7 @@ public class DefaultColWidthRecord
 
     /**
      * Constructs a DefaultColumnWidth record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x55 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DefaultColWidthRecord(RecordInputStream in)
index bda62c7601901bec8049bfed1f739c4ce6a6c6ff..771d7c4cf797c49f4ad6fa05bf694cb33d4c384b 100644 (file)
@@ -48,10 +48,7 @@ public class DefaultDataLabelTextPropertiesRecord
     /**
      * Constructs a DefaultDataLabelTextProperties record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1024 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DefaultDataLabelTextPropertiesRecord(RecordInputStream in)
index 8cc76b7dc53aa8d3442f260ddb7ce444f24aa3e0..8f049c1602dee4606c0b2e25764641dd93193d82 100644 (file)
@@ -44,10 +44,7 @@ public class DefaultRowHeightRecord
 
     /**
      * Constructs a DefaultRowHeight record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x225 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DefaultRowHeightRecord(RecordInputStream in)
index c768f80ba5ccfe01b4ef35f729713f705d06dc78..b7afe7486b77d7c0842c6c696ac079a364533b5d 100644 (file)
@@ -46,10 +46,7 @@ public class DeltaRecord
 
     /**
      * Constructs a Delta record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x10 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DeltaRecord(RecordInputStream in)
index 7489b0942a191d898b277724e1128d0641ba9938..feecd68653d9696451c42444b4bd3dc9bdcda06e 100644 (file)
@@ -47,10 +47,7 @@ public class DimensionsRecord
 
     /**
      * Constructs a Dimensions record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x200 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public DimensionsRecord(RecordInputStream in)
index 720644edc07891c9c8285b784ac5b8b738db99c4..0f6b87ad80b0d8237530f8ba5e2ed4819deec894 100644 (file)
@@ -43,10 +43,7 @@ public class EOFRecord
 
     /**
      * Constructs a EOFRecord record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x0A or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public EOFRecord(RecordInputStream in)
index 10ecc5b198191975c904c68b6ac32c3bdb8ed44d..0c15e723f7298581c8b841525bf5fd6519fae66e 100644 (file)
@@ -41,10 +41,7 @@ public class EndRecord
 
     /**
      * Constructs a EndRecord record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x1034 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public EndRecord(RecordInputStream in)
index 30501d1741a2f64f053f2973c92f75bf5c7d4bb8..28478adbfaf057dff30ab35ee832144540df1ce1 100644 (file)
@@ -44,10 +44,7 @@ public class EndSubRecord
     /**
      * Constructs a End record and sets its fields appropriately.
      *
-     * @param id    id must be 0x00 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public EndSubRecord(RecordInputStream in)
index 1c2ba4225fdb07c24e9c3d70bc6ca4d775415a44..cb31fb59b41329c29143100e77dd599bfebe4ba3 100644 (file)
@@ -55,10 +55,7 @@ public class ExtSSTRecord
 
     /**
      * Constructs a EOFRecord record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xff or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ExtSSTRecord(RecordInputStream in)
index 743fded8a9b5a5d0dc3806a52a3cc67d55aeaff8..221668cb491a2afb9612cc4e0cf4d40e4913a1a9 100644 (file)
@@ -197,10 +197,7 @@ public class ExtendedFormatRecord
 
     /**
      * Constructs an ExtendedFormat record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xE0 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ExtendedFormatRecord(RecordInputStream in)
index 7e0caf87c2fbd73f2476beb38c819e29cbfa93dc..95c4442b15391ff135701ed2160080ec3d51474f 100644 (file)
@@ -42,10 +42,7 @@ public class ExternSheetRecord extends Record {
     
     /**
      * Constructs a Extern Sheet record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x16 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     
     public ExternSheetRecord(RecordInputStream in) {
index 094c44aa605b372eed34d1a212b855436928fdc5..184895d35f4befb9fd90915c155b120545a5493c 100644 (file)
@@ -44,9 +44,7 @@ public class ExternSheetSubRecord extends Record {
     /**
      * Constructs a Extern Sheet Sub Record record and sets its fields appropriately.
      *
-     * @param id     id must be 0x18 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     public ExternSheetSubRecord(RecordInputStream in) {
         super(in);
@@ -106,12 +104,7 @@ public class ExternSheetSubRecord extends Record {
     }
     
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
-     * @param size size of data
-     * @param offset of the record's data (provided a big array of the file)
+     * @param in the RecordInputstream to read the record from
      */
     protected void fillFields(RecordInputStream in) {
         field_1_index_to_supbook             = in.readShort();
index 16e73259024ff5a6becf12afb01132f219727bd3..a3f29c765487904022382a7f2bf3399f5583c079 100644 (file)
@@ -42,10 +42,7 @@ public class FilePassRecord
 
     /**
      * Constructs a FILEPASS record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x84 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FilePassRecord(RecordInputStream in)
index b6c06045246de2eceb42533ba62555a3a175a3e1..41bb07d8f49cc8ad4275cb6b9f4a0650f40d3700 100644 (file)
@@ -48,10 +48,7 @@ public class FnGroupCountRecord
 
     /**
      * Constructs a FnGroupCount record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x9c or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FnGroupCountRecord(RecordInputStream in)
index dac1852a23a23b0908a06d31fde7c92624b18b93..a2a45e23c1a75380dd9e7feeae618d5fe45f0e80 100644 (file)
@@ -49,10 +49,7 @@ public class FontBasisRecord
     /**
      * Constructs a FontBasis record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1060 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FontBasisRecord(RecordInputStream in)
index 9ae33a9e3f26590a3e8a6617b9840489c48c3ca3..12e2f66691175b38c94e02031f5b21d762263b76 100644 (file)
@@ -45,10 +45,7 @@ public class FontIndexRecord
     /**
      * Constructs a FontIndex record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1026 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FontIndexRecord(RecordInputStream in)
index efd56dda5d4e7b16a747c09f2843dca24102e3a2..35d365a679bad8017d10fbf30e2f31bdd3f6ccee 100644 (file)
@@ -79,10 +79,7 @@ public class FontRecord
     /**
      * Constructs a Font record and sets its fields appropriately.
      *
-     * @param id     id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
-     * this bug in the documentation) or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FontRecord(RecordInputStream in)
index e864e19a15c135769b5e4cfe3fbd0e5e37df1e4b..6a1aa8624bae6dff4c47a653098ccc4f9c399b3a 100644 (file)
@@ -47,10 +47,7 @@ public class FooterRecord
 
     /**
      * Constructs a FooterRecord record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x15 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FooterRecord(RecordInputStream in)
index 5fb84b40bc2f54ab32a0397c3c720be928e1c06a..d71c401f8891087780fe48cc832dc742744b6140 100644 (file)
@@ -48,10 +48,7 @@ public class FormatRecord
 
     /**
      * Constructs a Format record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x41e or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FormatRecord(RecordInputStream in)
index 601cdcad828a1ca459a3cbde67170e50b1955054..f864cc63ea940038c08f8ead2a66c4dc4faa3416 100644 (file)
@@ -77,11 +77,11 @@ public class FormulaRecord
 
     /**
      * Constructs a Formula record and sets its fields appropriately.
+     * Note - id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an 
+     * "explanation of this bug in the documentation) or an exception
+     *  will be throw upon validation
      *
-     * @param id     id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
-     * this bug in the documentation) or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FormulaRecord(RecordInputStream in)
index bb583be3f2b4bca3fef11ec5e3c82b3568871df3..19ef9e0c620377448b7d37605bf39e8161163d61 100644 (file)
@@ -50,10 +50,7 @@ public class FrameRecord
     /**
      * Constructs a Frame record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1032 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public FrameRecord(RecordInputStream in)
index ff9ce987ee0ebc3aab836d7d14a6e90a16c7f097..5f5896d5a1fde8a8fb3d2c647167a5a7d17129a5 100644 (file)
@@ -46,10 +46,7 @@ public class GridsetRecord
 
     /**
      * Constructs a GridSet record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x82 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public GridsetRecord(RecordInputStream in)
index b40f8f019ad10aba827ac0b741ecd87dff6c0d2b..cba7544e93263ea0a2d677f483ee440dd5d8add6 100644 (file)
@@ -44,10 +44,7 @@ public class GroupMarkerSubRecord
     /**
      * Constructs a group marker record and sets its fields appropriately.
      *
-     * @param id    id must be 0x00 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public GroupMarkerSubRecord(RecordInputStream in)
index 6b74e66ce9be803e67b0d4e83237e4e3854e2b44..2dc5c4a6cca56f1aa467246c778c0f8ec8967364 100644 (file)
@@ -45,10 +45,7 @@ public class GutsRecord
 
     /**
      * Constructs a Guts record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x80 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public GutsRecord(RecordInputStream in)
index 1dfb6203c626fce1384c61049b9acf404f48bcb9..5232e17dea577d72905e1a811371f8e5528770e9 100644 (file)
@@ -42,10 +42,7 @@ public class HCenterRecord
 
     /**
      * Constructs an HCenter record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x83 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public HCenterRecord(RecordInputStream in)
index 19b5de2ffa6ad585397c23b7de03bad6158bc73a..cd584370281c71df1457fe1b4e8a732c07b7d083 100644 (file)
@@ -47,10 +47,7 @@ public class HeaderRecord
 
     /**
      * Constructs an Header record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x14 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public HeaderRecord(RecordInputStream in)
index 64b1850d78faa00d6ccb47a8908abf80dd0cf88e..1496720d4f142fcc343ad5a09bf8f166359697f0 100644 (file)
@@ -44,10 +44,7 @@ public class HideObjRecord
 
     /**
      * Constructs an HideObj record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x8d or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public HideObjRecord(RecordInputStream in)
index 95c18dfdc3a357dfbaf973c0d3051aae581c41ec..05b642a44db746b6e167528a14f56170c9574f31 100644 (file)
@@ -43,10 +43,8 @@ public class HorizontalPageBreakRecord extends PageBreakRecord {
                super(sid);
        }
 
-       /**
-        * @param id
-        * @param size
-        * @param data
+   /**
+     * @param in the RecordInputstream to read the record from
         */
        public HorizontalPageBreakRecord(RecordInputStream in) {
                super(in);
index 654fc9aa2eef10c617fa1abf38d43b4003834344..957a047eaaa5d94492d18a76d35a17c4e70b2531 100644 (file)
@@ -50,10 +50,7 @@ public class IndexRecord
 
     /**
      * Constructs an Index record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x208 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public IndexRecord(RecordInputStream in)
index d96844a305d43590c2c4365a421614fc756ca499..bb92c974cae672d4e0c6ecf9dc4731210c300ac2 100644 (file)
@@ -41,10 +41,7 @@ public class InterfaceEndRecord
 
     /**
      * Constructs an InterfaceEnd record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xe2 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public InterfaceEndRecord(RecordInputStream in)
index 451c2e4bffb245dc7cb8b8f66d72724e220bdaa9..637e2c679431c4f6ad5059e85575c34ad240cfca 100644 (file)
@@ -47,10 +47,7 @@ public class InterfaceHdrRecord
 
     /**
      * Constructs an Codepage record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xe1 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public InterfaceHdrRecord(RecordInputStream in)
index a4f917134c1ed77222bcc30e6f4e9004f725e21b..16ab1d0741fad97a77e42ceebf1f3e72d2aa7b19 100644 (file)
@@ -45,10 +45,7 @@ public class IterationRecord
 
     /**
      * Constructs an Iteration record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x11 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public IterationRecord(RecordInputStream in)
index 52b3a48ee6744fc935c555dfb4749d73e0b767b9..2dc2d940f4de1cf90247655c82d32450ac344361 100644 (file)
@@ -56,9 +56,7 @@ public class LabelRecord
     /**
      * Constructs an Label record and sets its fields appropriately.
      *
-     * @param id     id must be 0x204 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public LabelRecord(RecordInputStream in)
@@ -82,11 +80,7 @@ public class LabelRecord
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
-     * @param size size of data
+     * @param in the RecordInputstream to read the record from
      */
 
     protected void fillFields(RecordInputStream in)
index f87ceba32c34d942568f8ded2e47c4790ea8e887..610f85522d611bb136089d3bbd8a5fb5a4472cac 100644 (file)
@@ -48,10 +48,7 @@ public class LabelSSTRecord
 
     /**
      * Constructs an LabelSST record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xfd or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public LabelSSTRecord(RecordInputStream in)
index 9f0b81902f41e39a6f9cae43f8dd7cfc3f1db1d8..9e5883c5a05aa95a08dcb03fdec28dd03f1d45de 100644 (file)
@@ -34,10 +34,7 @@ public class LeftMarginRecord extends Record implements Margin
     /**
      * Constructs a LeftMargin record and sets its fields appropriately.
      *
-     * @param id    id must be 0x26 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     public LeftMarginRecord(RecordInputStream in)
     {        super(in);    }
@@ -109,4 +106,4 @@ public class LeftMarginRecord extends Record implements Margin
         rec.field_1_margin = this.field_1_margin;
         return rec;
     }
-}  // END OF CLASS
\ No newline at end of file
+}  // END OF CLASS
index 118fb0cf9e012e44728f68c9023d76bcd209056a..40ddb887c27d15739d8a79ca6dc7a778ac24373d 100644 (file)
@@ -66,10 +66,7 @@ public class LegendRecord
     /**
      * Constructs a Legend record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1015 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public LegendRecord(RecordInputStream in)
index 2a8a4c88b66f7e1861b5e7235989dc8e793b08cc..5e359ab828f9b4d0d2a1139ea12d443d8ed2b8b0 100644 (file)
@@ -65,10 +65,7 @@ public class LineFormatRecord
     /**
      * Constructs a LineFormat record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1007 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public LineFormatRecord(RecordInputStream in)
index d334feaea9444f2fc785cae8f6fc542663930b8e..46d52bf094cbbeeeabd82e6112d34f5e588d233c 100644 (file)
@@ -58,10 +58,7 @@ public class LinkedDataRecord
     /**
      * Constructs a LinkedData record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1051 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public LinkedDataRecord(RecordInputStream in)
index 80cedbb05cff82bf788114fb36c899fdd3c01015..c38e9df2449c1089a4d70071bd830e496d68a360 100644 (file)
@@ -43,10 +43,7 @@ public class MMSRecord
 
     /**
      * Constructs a MMS record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xc1 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public MMSRecord(RecordInputStream in)
index bbfd3e080cc8bb246952eb9904604e5dd40cf4f1..41d8170dff26e6f058396dd886137bf3df8489ea 100644 (file)
@@ -45,10 +45,7 @@ public class MergeCellsRecord
 
     /**
      * Constructs a MergedCellsRecord and sets its fields appropriately
-     *
-     * @param sid     id must be 0xe5 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public MergeCellsRecord(RecordInputStream in)
index 0f14b6fd4831cca0f899406243bf26d80125b84b..b3ea117475659cd75e819d580b710e0a15e174a8 100644 (file)
@@ -55,9 +55,7 @@ public class MulBlankRecord
     /**
      * Constructs a MulBlank record and sets its fields appropriately.
      *
-     * @param id     id must be 0xbe or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public MulBlankRecord(RecordInputStream in)
@@ -119,10 +117,7 @@ public class MulBlankRecord
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
+     * @param in the RecordInputstream to read the record from
      * @param size size of data
      */
 
index 35a17bac3fdefc2fb7022f49366eaa41aac2795f..3aed6d00d5021e32c3d3fa65106eddee0b7adc13 100644 (file)
@@ -55,9 +55,7 @@ public class MulRKRecord
     /**
      * Constructs a MulRK record and sets its fields appropriately.
      *
-     * @param id     id must be 0xbd or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public MulRKRecord(RecordInputStream in)
@@ -122,10 +120,7 @@ public class MulRKRecord
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
+     * @param in the RecordInputstream to read the record from
      * @param size size of data
      */
 
index ae3470f7c4e1dac0a89424a273f63a49d37e234f..97c9747caca7ec29f9a89fdfbf4fa1ade2f1cff5 100644 (file)
@@ -135,9 +135,7 @@ public class NameRecord extends Record {
     /**
      * Constructs a Name record and sets its fields appropriately.
      *
-     * @param id     id must be 0x18 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     public NameRecord(RecordInputStream in) {
         super(in);
@@ -493,10 +491,7 @@ public class NameRecord extends Record {
     /**
      * called by the class that is responsible for writing this sucker.
      * Subclasses should implement this so that their data is passed back in a
-     * byte array.
-     *
-     * @param offset to begin writing at
-     * @param data byte array containing instance data
+     * @param in the RecordInputstream to read the record from
      * @return number of bytes written
      */
     public int serialize( int offset, byte[] data )
@@ -709,9 +704,7 @@ public class NameRecord extends Record {
      * called by the constructor, should set class level fields.  Should throw
      * runtime exception for bad/icomplete data.
      *
-     * @param data raw data
-     * @param size size of data
-     * @param offset of the record's data (provided a big array of the file)
+     * @param in the RecordInputstream to read the record from
      */
     protected void fillFields(RecordInputStream in) {
         field_1_option_flag             = in.readShort();
index 2c8fe6bdbbc4d72442c3e38ff371410303fa8e68..15f9c367d837c24a562fb6afffe9346abbaca4f7 100644 (file)
@@ -45,10 +45,7 @@ public class NumberFormatIndexRecord
     /**
      * Constructs a NumberFormatIndex record and sets its fields appropriately.
      *
-     * @param id    id must be 0x104e or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public NumberFormatIndexRecord(RecordInputStream in)
index f7f20d1eec99aa0803467775861a97eee8a8273c..b21e488ed73c30417dc1809adf86ca2f1cb23a4c 100644 (file)
@@ -54,9 +54,7 @@ public class NumberRecord
     /**
      * Constructs a Number record and sets its fields appropriately.
      *
-     * @param id     id must be 0x203 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public NumberRecord(RecordInputStream in)
@@ -65,11 +63,7 @@ public class NumberRecord
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
-     * @param size size of data
+     * @param in the RecordInputstream to read the record from
      */
 
     protected void fillFields(RecordInputStream in)
index 0dc48836fbad3c5ca786a3e7a266bc1cdf19a46c..6583bd6777db360b99295966a83008183de8d9ea 100644 (file)
@@ -52,10 +52,7 @@ public class ObjRecord
     /**
      * Constructs a OBJ record and sets its fields appropriately.
      *
-     * @param id    id must be 0x5D or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ObjRecord(RecordInputStream in)
index 5d0373515ead6a2f05151fa7f203c692068e4c67..0d64ee3d6bb113387ddcbb3f5a14d46b0e638068 100644 (file)
@@ -52,10 +52,7 @@ public class ObjectLinkRecord
     /**
      * Constructs a ObjectLink record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1027 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ObjectLinkRecord(RecordInputStream in)
index 9dd7bc2ffd72aba935c90ff46f26249be1eee1c1..d626baa2d3897fcf6a11b8052a31783ebc8eb5f1 100644 (file)
@@ -50,10 +50,7 @@ public class PaletteRecord
 
     /**
      * Constructs a PaletteRecord record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x92 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PaletteRecord(RecordInputStream in)
index 795740289a82651831dedda180d46b006906bfaa..6f13ad0922b3ab99d4d1a4fbf36a4f055a2e21c7 100644 (file)
@@ -53,10 +53,7 @@ public class PaneRecord
     /**
      * Constructs a Pane record and sets its fields appropriately.
      *
-     * @param id    id must be 0x41 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PaneRecord(RecordInputStream in)
index 550a7ca7e92913d1c250717a20ca125787cd729e..13e8a438936fcc00296c9657be4d395170a73100 100644 (file)
@@ -41,10 +41,7 @@ public class PasswordRecord
 
     /**
      * Constructs a Password record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x13 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PasswordRecord(RecordInputStream in)
index 52e555dceaf930dcff4010546e6639aeed5e21ff..8d31860af401b5fe1018d31f3338feb84258ae79 100644 (file)
@@ -42,10 +42,7 @@ public class PasswordRev4Record
 
     /**
      * Constructs a PasswordRev4 (PROT4REVPASS) record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x1bc or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PasswordRev4Record(RecordInputStream in)
index d371a3b1a156abca96758aed6edb60798f3acbf0..e149c39ebb32851bcd93c14db5039c3d8aa6acad 100644 (file)
@@ -44,10 +44,7 @@ public class PlotAreaRecord
     /**
      * Constructs a PlotArea record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1035 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PlotAreaRecord(RecordInputStream in)
index ad9f32ed6fef9fd27a32efe23bb176bba1be7571..29c3259923349100a539fb5063a5ab47d2aa431b 100644 (file)
@@ -46,10 +46,7 @@ public class PlotGrowthRecord
     /**
      * Constructs a PlotGrowth record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1064 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PlotGrowthRecord(RecordInputStream in)
index ee1f3cc6cb5fb5e301e2874bc82397968e5d4df1..dd7b719221037a2dca609ac21d4a326aee408cc8 100644 (file)
@@ -42,10 +42,7 @@ public class PrecisionRecord
 
     /**
      * Constructs a Precision record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xe or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PrecisionRecord(RecordInputStream in)
index d8a4668b5cc191e6910492746eead1383c51d7ec..ff0eaac18d3f9ace916be7d3428ae082e304218e 100644 (file)
@@ -42,10 +42,7 @@ public class PrintGridlinesRecord
 
     /**
      * Constructs a PrintGridlines record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x2b or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PrintGridlinesRecord(RecordInputStream in)
index 27536227f9f3db33682ae8bd3c265fca3e440881..d3a69e513671ca7acc6456d8c56ddd924c406372 100644 (file)
@@ -43,10 +43,7 @@ public class PrintHeadersRecord
 
     /**
      * Constructs a PrintHeaders record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x2a or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PrintHeadersRecord(RecordInputStream in)
index 6fce4b4c28bef096122d4cba87594474f4ccf9e4..874f304abdefa600913099c948840ecbdb806a3f 100644 (file)
@@ -73,10 +73,7 @@ public class PrintSetupRecord
 
     /**
      * Constructs a PrintSetup (SETUP) record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xa1 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public PrintSetupRecord(RecordInputStream in)
index d768c11e5aec225f11e87b382e6138329df8d0c9..6d3ea06e6910bfa97c90654f03f0778c8e2dafac 100644 (file)
@@ -43,10 +43,7 @@ public class ProtectRecord
 
     /**
      * Constructs a Protect record and sets its fields appropriately.
-     *
-     * @param id id must be 0x12 or an exception will be throw upon validation
-     * @param size size the size of the data area of the record
-     * @param data data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ProtectRecord(RecordInputStream in)
index a5d81c26647955a8fae0364519d18829d35d620f..68678799dcf4bdf6127fccf5a99cc92090789723 100644 (file)
@@ -42,10 +42,7 @@ public class ProtectionRev4Record
 
     /**
      * Constructs a ProtectionRev4 record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x1af or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ProtectionRev4Record(RecordInputStream in)
index 7e490edc4df74b96d2e547c8f4b7fce473e23d2b..4d30ddf4c9a62b744b8127b92a40dc8c5accdb16 100644 (file)
@@ -60,10 +60,7 @@ public class RKRecord
 
     /**
      * Constructs a RK record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x27e or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public RKRecord(RecordInputStream in)
index 77e458b512e45fdb76052c458a3191d7c7c3a28d..e076b2bab536f1bdb96e80d50af2da04f07aa63e 100644 (file)
@@ -51,10 +51,7 @@ public class RecalcIdRecord
 
     /**
      * Constructs a RECALCID record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x13d or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public RecalcIdRecord(RecordInputStream in)
index 7d5a5d9690bf0579b0d1c94e4dc6ba428e8ea049..133fe8d5ce76421f4334a546122a8d4722074f21 100644 (file)
@@ -45,11 +45,8 @@ public abstract class Record
     /**
      * Constructor Record
      *
-     * @param id record id
-     * @param size record size
-     * @param data raw data
+     * @param in the RecordInputstream to read the record from
      */
-
     public Record(RecordInputStream in)
     {
         validateSid(in.getSid());
index a783d4b06947293d36d9d79d1d68f6dd0e9f9536..c99d02e5c87c074803bff97d9b31d25201ce0ba5 100644 (file)
@@ -44,10 +44,7 @@ public class RefModeRecord
 
     /**
      * Constructs a RefMode record and sets its fields appropriately.
-     *
-     * @param id     id must be 0xf or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public RefModeRecord(RecordInputStream in)
index 93af74f5e539fae66debb70c27b29c754f0eae1c..eae7a532ed402c704ce122e46ca5b1cd13b29ea9 100644 (file)
@@ -42,10 +42,7 @@ public class RefreshAllRecord
 
     /**
      * Constructs a RefreshAll record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x187 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public RefreshAllRecord(RecordInputStream in)
index 8533e7e040442d11cc4a2637bcc51fcedff60cc5..a2815d28730bb189d58dea796d2fa5f5e42ced3f 100644 (file)
@@ -68,10 +68,7 @@ public class RowRecord
 
     /**
      * Constructs a Row record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x208 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public RowRecord(RecordInputStream in)
index 586ae761d43a2c13f670c720e685df5b4dbbfd92..f06694b8658dd67ecbaf344eff47e357bd3f0d4d 100644 (file)
@@ -46,10 +46,7 @@ public class SCLRecord
     /**
      * Constructs a SCL record and sets its fields appropriately.
      *
-     * @param id    id must be 0xa0 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SCLRecord(RecordInputStream in)
index 169b7b2dd0c3c121da13a8665c89a7b1133c977c..96ff53af24d7af959cd79b132f9fd4338ec42b25 100644 (file)
@@ -42,10 +42,7 @@ public class SaveRecalcRecord
 
     /**
      * Constructs an SaveRecalc record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x5f or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SaveRecalcRecord(RecordInputStream in)
index 81ba87ffe5e9794440e5aaa5bccdbd1e2266505e..8ad4d0cefa6a11443262a4d86b2754f968aec003 100644 (file)
@@ -83,10 +83,7 @@ public class SelectionRecord
 
     /**
      * Constructs a Selection record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x1d or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SelectionRecord(RecordInputStream in)
index 8372d585bd8616278c4bfc5d1ceddaef6bc195d8..076687d69f514a02319cb0ce17ab598b4a25e55a 100644 (file)
@@ -45,10 +45,7 @@ public class SeriesChartGroupIndexRecord
     /**
      * Constructs a SeriesChartGroupIndex record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1045 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesChartGroupIndexRecord(RecordInputStream in)
index a9781053a87fcd92ecabd97cc129489144a525ff..dcc2ebe4a3bef5372c89fbe28d5237715d51afd3 100644 (file)
@@ -45,10 +45,7 @@ public class SeriesIndexRecord
     /**
      * Constructs a SeriesIndex record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1065 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesIndexRecord(RecordInputStream in)
index 1b042b579a4977dd2fd4ed73ea5585f371acdb20..e2066b8b0bb30980555048889ddef5506cafd391 100644 (file)
@@ -51,10 +51,7 @@ public class SeriesLabelsRecord
     /**
      * Constructs a SeriesLabels record and sets its fields appropriately.
      *
-     * @param id    id must be 0x100c or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesLabelsRecord(RecordInputStream in)
index bd43ffe3fa4289ddbe5adf9f7b305fe57f596bf5..0825e68e6cdb246f8a3c0d27e9a67d4180f420dd 100644 (file)
@@ -45,10 +45,7 @@ public class SeriesListRecord
     /**
      * Constructs a SeriesList record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1016 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesListRecord(RecordInputStream in)
index 4bc40fb6ba1e34372f5c8a99c0da452cd031acac..c13ff35e7c9223f813e4bcb4b79d30b34222f837 100644 (file)
@@ -62,10 +62,7 @@ public class SeriesRecord
     /**
      * Constructs a Series record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1003 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesRecord(RecordInputStream in)
index f0e56d794357bc44ebfb365be9379b9b542f90af..1271ef8764a0227d86c3200c0371dbe7ab457c67 100644 (file)
@@ -48,10 +48,7 @@ public class SeriesTextRecord
     /**
      * Constructs a SeriesText record and sets its fields appropriately.
      *
-     * @param id    id must be 0x100d or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesTextRecord(RecordInputStream in)
index c851f2a2b65f7d906c4b28dc4efe588fd4fd08c4..96e882e7c5a4a78aa2845714348246263755ffa7 100644 (file)
@@ -45,10 +45,7 @@ public class SeriesToChartGroupRecord
     /**
      * Constructs a SeriesToChartGroup record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1045 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SeriesToChartGroupRecord(RecordInputStream in)
index 75a5f2faba2f0f012a7abecda10f39d308228585..c0f77cb558bab2a93ed9a0207eed7f6761843d01 100755 (executable)
@@ -55,10 +55,7 @@ public class SharedFormulaRecord
     }
 
     /**
-     * construct the sharedformula record, save all the information
-     * @param id    id of the record -not validated, just stored for serialization
-     * @param size  size of the data
-     * @param data  the data
+     * @param in the RecordInputstream to read the record from
      */
 
     public SharedFormulaRecord(RecordInputStream in)
index 4b74e3a9a9d30b2b70cbb3964cd8b09d1724772d..84fc3efc1019d3f0b6bfdd0431254b200ac07a48 100644 (file)
@@ -54,10 +54,7 @@ public class SheetPropertiesRecord
     /**
      * Constructs a SheetProperties record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1044 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public SheetPropertiesRecord(RecordInputStream in)
index e35aa1f4d2b42df16c54f3b6af7416c4d3630fca..61e6975f13a372f92b4ab029b6129a312888cc23 100644 (file)
@@ -43,9 +43,7 @@ public class StringRecord
     /**
      * Constructs a String record and sets its fields appropriately.
      *
-     * @param id     id must be 0x204 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     public StringRecord(RecordInputStream in)
     {
@@ -68,10 +66,7 @@ public class StringRecord
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
+     * @param in the RecordInputstream to read the record from
      * @param size size of data
      * @param offset of the record's data (provided a big array of the file)
      */
index a80a95313eb3840592ab24a13c0cabcde2f498f3..9f45e3adf9c786afd5c0cc02f949ffa82adcf55b 100644 (file)
@@ -59,10 +59,7 @@ public class StyleRecord
 
     /**
      * Constructs a Style record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x293 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public StyleRecord(RecordInputStream in)
index 79857ecb663964f6deb41d95f226b0c62927f26e..5d435194ef1a2160ecb314b4eb8b8153c8a1ea6e 100644 (file)
@@ -45,9 +45,7 @@ public class SupBookRecord extends Record
     /**
      * Constructs a Extern Sheet record and sets its fields appropriately.
      *
-     * @param id     id must be 0x16 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
     public SupBookRecord(RecordInputStream in)
     {
@@ -63,10 +61,7 @@ public class SupBookRecord extends Record
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
+     * @param in the RecordInputstream to read the record from
      * @param size size of data
      * @param offset of the record's data (provided a big array of the file)
      */
index 9b115b301cee1a48fe25492686b6641bf1c6c7e6..7e924c33730c18b48698c4d127d62e4303112302 100644 (file)
@@ -42,10 +42,7 @@ public class TabIdRecord
 
     /**
      * Constructs a TabID record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x13d or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public TabIdRecord(RecordInputStream in)
index c2192ff7afe84e2a18361f22a864d71531336eea..4d3dbb43b15c0a1ba0c5b41e5be0988a7c1336e5 100644 (file)
@@ -72,10 +72,7 @@ public class TextObjectBaseRecord
     /**
      * Constructs a TextObjectBase record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1B6 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public TextObjectBaseRecord(RecordInputStream in)
index c605def5eed5e09e4764f8bdc37873266be7fdb1..702dfbe163242375bb6dea13a35083f5125cf278 100644 (file)
@@ -95,10 +95,7 @@ public class TextRecord
     /**
      * Constructs a Text record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1025 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public TextRecord(RecordInputStream in)
index 456c553af2ab53ff74d79263c35c7132773e50ae..325dffc40c3c6b7512cc9e51405931808a0f06b4 100644 (file)
@@ -60,10 +60,7 @@ public class TickRecord
     /**
      * Constructs a Tick record and sets its fields appropriately.
      *
-     * @param id    id must be 0x101e or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public TickRecord(RecordInputStream in)
index 1014cfc0a881263c916de70325ce43bd76c3c69f..b53fcd485c5dd9d1ede3126378e5b8876b0abc62 100644 (file)
@@ -106,9 +106,7 @@ public class UnicodeString
 
     /**
      * construct a unicode string record and fill its fields, ID is ignored
-     * @param id - ignored
-     * @param size - size of the data
-     * @param data - the bytes of the string/fields
+     * @param in the RecordInputstream to read the record from
      */
 
     public UnicodeString(RecordInputStream in)
@@ -201,12 +199,7 @@ public class UnicodeString
     }
 
     /**
-     * called by the constructor, should set class level fields.  Should throw
-     * runtime exception for bad/icomplete data.
-     *
-     * @param data raw data
-     * @param size size of data
-     * @param offset of the records data (provided a big array of the file)
+     * @param in the RecordInputstream to read the record from
      */
     protected void fillFields(RecordInputStream in)
         {
index affa1ff162c5931e5fec0abe6df37141b1bbbf4e..a427a6c73950a12ae565a3d3163fc4c0713d8fee 100644 (file)
@@ -45,12 +45,8 @@ public class UnitsRecord
     /**
      * Constructs a Units record and sets its fields appropriately.
      *
-     * @param id    id must be 0x1001 or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
-
     public UnitsRecord(RecordInputStream in)
     {
         super(in);
index d312931c83b90d255152608cd7bba27a4d3446ea..f6770a613eb2e02bb84e1705c64efa7c3b834690 100644 (file)
@@ -43,8 +43,6 @@ public class UnknownRecord
     }
 
     /**
-     * construct an unknown record.  No fields are interperated and the record will
-     * be serialized in its original form more or less
      * @param id    id of the record -not validated, just stored for serialization
      * @param data  the data
      */
@@ -58,9 +56,7 @@ public class UnknownRecord
     /**
      * construct an unknown record.  No fields are interperated and the record will
      * be serialized in its original form more or less
-     * @param id    id of the record -not validated, just stored for serialization
-     * @param size  size of the data
-     * @param data  the data
+     * @param in the RecordInputstream to read the record from
      */
 
     public UnknownRecord(RecordInputStream in)
index 0d83beddec5ae17e2877a1bb9ab57be151548772..107792eb3e3940c9143346a4af6ea94ee21656cc 100644 (file)
@@ -44,10 +44,7 @@ public class UseSelFSRecord
 
     /**
      * Constructs a UseSelFS record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x160 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public UseSelFSRecord(RecordInputStream in)
index 0900ddfad4e031cb01d71d6836875163e41cf709..e221b35f1c4edae9796f15cdf4916a17740c0b81 100644 (file)
@@ -42,10 +42,7 @@ public class VCenterRecord
 
     /**
      * Constructs a VCENTER record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x84 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public VCenterRecord(RecordInputStream in)
index b697f308d20169060e8771a80b461b89dd32ceb2..44b26659e41c99f34b02c1b7c38f292f44019a8c 100644 (file)
@@ -59,10 +59,7 @@ public class ValueRangeRecord
     /**
      * Constructs a ValueRange record and sets its fields appropriately.
      *
-     * @param id    id must be 0x101f or an exception
-     *              will be throw upon validation
-     * @param size  size the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public ValueRangeRecord(RecordInputStream in)
index 07ab693a24b1a74435b378134b0fa7aa5e5bfab6..6c715494f86bdaf589d0ff891d24deb1369908b9 100644 (file)
@@ -44,9 +44,7 @@ public class VerticalPageBreakRecord extends PageBreakRecord {
        }
 
        /**
-        * @param id
-        * @param size
-        * @param data
+     * @param in the RecordInputstream to read the record from
         */
        public VerticalPageBreakRecord(RecordInputStream in) {
                super(in);
index b5db02825b5347848897c0a3c47c7dba7b2589d4..480b7f240e03f762730ae7448d3acad125dafcf7 100644 (file)
@@ -73,10 +73,7 @@ public class WSBoolRecord
 
     /**
      * Constructs a WSBool record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x81 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public WSBoolRecord(RecordInputStream in)
index 4a141f14a07a80e74e758fce215010f6636b6c9e..f101cb59af8ef94f742af7de635fb99e9593fa25 100644 (file)
@@ -68,10 +68,7 @@ public class WindowOneRecord
 
     /**
      * Constructs a WindowOne record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x3d or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public WindowOneRecord(RecordInputStream in)
index 17e876c17173c34e67c63802c252cde68fa1c1a9..9a5bc45dcee8faf916b4c2b2980a6fd2d9c2fe51 100644 (file)
@@ -41,10 +41,7 @@ public class WindowProtectRecord
 
     /**
      * Constructs a WindowProtect record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x19 or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public WindowProtectRecord(RecordInputStream in)
index 3d010700e3f8051b5666177f51d0e1a8d5610998..f6b51996d5d01ce281cbce09c4b8b21066aa8d86 100644 (file)
@@ -72,10 +72,7 @@ public class WindowTwoRecord
 
     /**
      * Constructs a WindowTwo record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x23e or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public WindowTwoRecord(RecordInputStream in)
index 842d7529c8e3fd33a67887a9fed4511836fb0c8c..af5f06e04f91a20eb39632bc4acdd6da27a65f3b 100644 (file)
@@ -44,10 +44,7 @@ public class WriteAccessRecord
 
     /**
      * Constructs a WriteAccess record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x5c or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public WriteAccessRecord(RecordInputStream in)
index 5d624f1bbf9833b97c149027991287d7935fbf28..9b3daf2a161e6c9519c9a926021a2c6610d4cbf6 100644 (file)
@@ -40,10 +40,7 @@ public class WriteProtectRecord
 
     /**
      * Constructs a WriteAccess record and sets its fields appropriately.
-     *
-     * @param id     id must be 0x5c or an exception will be throw upon validation
-     * @param size  the size of the data area of the record
-     * @param data  data of the record (should not contain sid/len)
+     * @param in the RecordInputstream to read the record from
      */
 
     public WriteProtectRecord(RecordInputStream in)