public double readDouble() throws IOException {
   return Double.longBitsToDouble(AcDataUtils.readVLong(in));
 }
 public long readLong() throws IOException {
   return AcDataUtils.readVLong(in);
 }