first commit
This commit is contained in:
13
hrmsEjb/jxl/read/biff/PLSRecord.java
Normal file
13
hrmsEjb/jxl/read/biff/PLSRecord.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package jxl.read.biff;
|
||||
|
||||
import jxl.biff.RecordData;
|
||||
|
||||
public class PLSRecord extends RecordData {
|
||||
public PLSRecord(Record r) {
|
||||
super(r);
|
||||
}
|
||||
|
||||
public byte[] getData() {
|
||||
return getRecord().getData();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user