jxl.biff
Interface ByteData

All Known Implementing Classes:
WritableRecordData, Chart

public interface ByteData

Interface which provides a method for transferring chunks of binary data from one Excel file (read in) to another (written out)


Method Summary
 byte[] getBytes()
          Used when writing out records
 

Method Detail

getBytes

public byte[] getBytes()
Used when writing out records
Returns:
the full data to be included in the final compound file