*
* @see jnetstream.packet.PacketFormat#setOut(java.lang.Appendable)
*/
public void setOut(Appendable out) {
this.out = new PacketFormattableOutput(out, 3);
this.out.getColumn(0).setJustification(Justification.Right);
this.out.getColumn(0).setWidth(12);
this.out.getColumn(1).setJustification(Justification.Right);