6 lines
70 B
Java
6 lines
70 B
Java
package jxl.biff;
|
|
|
|
public interface ByteData {
|
|
byte[] getBytes();
|
|
}
|