Exemple #1
0
        /**
         * Adds the biff record data to the memory allocated for this File
         *
         * @exception IOException
         * @param record the record to add to the excel data
         */
        public void write(ByteData record)
        {
            byte[] bytes = record.getBytes();

            data.write(bytes);
        }
Exemple #2
0
        /**
         * Adds the biff record data to the memory allocated for this File
         *
         * @exception IOException
         * @param record the record to add to the excel data
         */
        public void write(ByteData record)
        {
            byte[] bytes = record.getBytes();

            data.write(bytes);
        }