25 public VMFColor(DataInputStream in)
throws IOException
28 for (
int i = 0; i < colors.length; i++) {
33 public void write(DataOutputStream out)
throws IOException
35 out.writeInt(colors.length);
36 for (
int i = 0; i < colors.length; i++) {
41 public byte getType() {
return MFCOLOR; }