org.apache.poi.hwpf.usermodel
Class BorderCode

java.lang.Object
  extended by org.apache.poi.hwpf.usermodel.BorderCode
All Implemented Interfaces:
java.lang.Cloneable

public class BorderCode
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
static int SIZE
           
 
Constructor Summary
BorderCode()
           
BorderCode(byte[] buf, int offset)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object o)
           
 boolean isEmpty()
           
 void serialize(byte[] buf, int offset)
           
 int toInt()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
See Also:
Constant Field Values
Constructor Detail

BorderCode

public BorderCode()

BorderCode

public BorderCode(byte[] buf,
                  int offset)
Method Detail

serialize

public void serialize(byte[] buf,
                      int offset)

toInt

public int toInt()

isEmpty

public boolean isEmpty()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.