Home | History | Annotate | Download | only in annotation

Lines Matching defs:output

32  * output = new ByteArrayOutputStream();
33 * writer = new AnnotationsWriter(output, pool);
43 * byte[] attribute_info = output.toByteArray();
60 private OutputStream output;
64 * Constructs with the given output stream.
66 * @param os the output stream.
70 output = os;
82 * Closes the output stream.
86 output.close();
96 output.write(num);
268 output.write(tag);
298 output.write('e');
320 output.write('c');
330 output.write('@');
344 output.write('[');
351 output.write(buf);