public GrailsPrintWriter leftShift(Writable writable) {
   return target.leftShift(writable);
 }
 public GrailsPrintWriter leftShift(Object value) throws IOException {
   return target.leftShift(value);
 }
 public GrailsPrintWriter leftShift(StreamCharBuffer otherBuffer) {
   return target.leftShift(otherBuffer);
 }