(byte[] array)
| 139 | |
| 140 | public void op_TJ(Object[] array) { System.out.println(formatObjectArray(array, " TJ")); } |
| 141 | public void op_Tj(byte[] array) { System.out.println(formatByteArray(array, " Tj")); } |
| 142 | public void op_Tj(String string) { System.out.println(formatString(string, " Tj")); } |
| 143 | public void op_squote(String text) { System.out.println(formatString(text, " '")); } |
| 144 | public void op_squote(byte[] array) { System.out.println(formatByteArray(array, " '")); } |
no test coverage detected