/**
  * Get the buffer size in bytes.
  */
 public virtual long getSizeInBytes()
 {
     return(data.getSizeInBytes());
 }