Home | History | Annotate | Download | only in ssl

Lines Matching defs:bytesProduced

157     private final int bytesProduced;
171 * @param bytesProduced
177 * <code>bytesProduced</code> is negative.
180 int bytesConsumed, int bytesProduced) {
183 (bytesConsumed < 0) || (bytesProduced < 0)) {
190 this.bytesProduced = bytesProduced;
226 final public int bytesProduced() {
227 return bytesProduced;
238 " bytesProduced = " + bytesProduced);