Home | History | Annotate | Download | only in ssl

Lines Matching defs:bytesConsumed

156     private final int bytesConsumed;
168 * @param bytesConsumed
176 * arguments are null, or if <code>bytesConsumed</code> or
180 int bytesConsumed, int bytesProduced) {
183 (bytesConsumed < 0) || (bytesProduced < 0)) {
189 this.bytesConsumed = bytesConsumed;
217 final public int bytesConsumed() {
218 return bytesConsumed;
237 "\nbytesConsumed = " + bytesConsumed +