예제 #1
0
 /**
  * Creates a new {@link DataInfo} with the given close flag and no compression flag.
  *
  * @param close the value of the close flag
  */
 public DataInfo(boolean close) {
   setClose(close);
 }