RowRecordsAggregate
org.apache.poi.hssf.record.
Record
+
sid
:short
+
Record
()
+
Record
(short id, short size, byte[] data)
+
Record
(short id, short size, byte[] data, int offset)
#
validateSid
(short id) :void
#
fillFields
(byte[] data, short size) :void
#
fillFields
(byte[] data, short size, int offset) :void
+
serialize
() :byte[]
+
serialize
(int offset, byte[] data) :int
+
getRecordSize
() :int
+
isValue
() :boolean
+
isInValueSection
() :boolean
+
toString
() :java.lang.String
+
processContinueRecord
(byte[] record) :void
+
getSid
() :short
+
clone
() :java.lang.Object
org.apache.poi.hssf.record.aggregates.
RowRecordsAggregate
+
RowRecordsAggregate
()
+
insertRow
(
org.apache.poi.hssf.record.RowRecord
row) :void
+
removeRow
(
org.apache.poi.hssf.record.RowRecord
row) :void
+
getRow
(int rownum) :
org.apache.poi.hssf.record.RowRecord
+
getPhysicalNumberOfRows
() :int
+
getFirstRowNum
() :int
+
getLastRowNum
() :int
+
construct
(int offset, java.util.List records) :int
+
serialize
(int offset, byte[] data) :int
#
fillFields
(byte[] data, short size, int offset) :void
#
validateSid
(short id) :void
+
getSid
() :short
+
getRecordSize
() :int
+
getIterator
() :java.util.Iterator
+
clone
() :java.lang.Object