Home | History | Annotate | Download | only in crypto

Lines Matching defs:output

68     // the underlying output stream
69 private OutputStream output;
84 * <br>Note: if the specified output stream or cipher is
93 output = os;
101 * <br>Note: if the specified output stream is null, a
108 output = os;
113 * Writes the specified byte to this output stream.
123 output.write(obuffer);
130 * to this output stream.
149 * starting at offset <code>off</code> to this output stream.
160 output.write(obuffer);
166 * Flushes this output stream by forcing any buffered output bytes
181 output.write(obuffer);
184 output.flush();
188 * Closes this output stream and releases any system resources
194 * <code>flush</code> method of this output stream.
197 * and calls the <code>close</code> method of the underlying output