Home | History | Annotate | Download | only in classfile

Lines Matching refs:toByteArray

53  * class, ready to be written to a file, with {@link #toByteArray}.  </p>
159 public byte[] toByteArray() {
160 return ((ClassWriter) cv).toByteArray();