Package javaforce
Class JFArrayByte
java.lang.Object
javaforce.JFArrayByte
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
initSize
public static int initSize
-
-
Constructor Details
-
JFArrayByte
public JFArrayByte()
-
-
Method Details
-
size
public int size() -
clear
public void clear() -
append
public void append(byte s) -
append
public void append(byte[] s) -
set
public void set(byte[] s, int pos) -
toArray
public byte[] toArray() -
toArray
public byte[] toArray(int pos, int length) -
getBuffer
public byte[] getBuffer()
-