コード例 #1
0
 public GrailsPrintWriter leftShift(Writable writable) {
   return target.leftShift(writable);
 }
コード例 #2
0
 public GrailsPrintWriter leftShift(Object value) throws IOException {
   return target.leftShift(value);
 }
コード例 #3
0
 public GrailsPrintWriter leftShift(StreamCharBuffer otherBuffer) {
   return target.leftShift(otherBuffer);
 }