Ejemplo n.º 1
0
 /**
  * Gets the entire length of the record, including the header
  *
  * @return the length of the record, including the header data
  */
 public int getLength()
 {
     return(data.getLength() + HEADER_LENGTH);
 }