Lines Matching defs:off
44 * <p>It is possible to turn this stream on or off (see
47 * an update on the message digest. But when it is off, the message
134 * @param off the offset into <code>b</code> of the first byte to
138 * from <code>b</code>, starting at offset <code>off</code>.
144 public void write(byte[] b, int off, int len) throws IOException {
146 digest.update(b, off, len);
148 out.write(b, off, len);
152 * Turns the digest function on or off. The default is on. When
154 * update on the message digest. But when it is off, the message
158 * off.