master = m;
master.println("endobj");
Write the object to the Output Writer
// Record the starting position of this Obj in the xref table master.addXref(); // Print out e.g., "42 0 obj" master.print(master.currObj++); master.print(" 0 obj"); master.println();