Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: ByteArray [javadoc | source]
java.lang.Object
   jxl.biff.ByteArray
A growable array of bytes
Constructor:
 public ByteArray() 
 public ByteArray(int gs) 
Method from jxl.biff.ByteArray Summary:
add,   add,   getBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.ByteArray Detail:
 public  void add(byte b) 
    Adds a byte onto the array
 public  void add(byte[] b) 
    Adds an array of bytes onto the array
 public byte[] getBytes() 
    Gets the complete array