Home | History | Annotate | Download | only in direct

Lines Matching defs:bytes

57     /** {@code non-null;} bytes of the attribute data */
58 private final ByteArray bytes;
77 * @param length {@code >= 0;} number of bytes left in the attribute data
89 this.bytes = cf.getBytes().slice(offset, offset + length);
90 this.input = bytes.makeDataInputStream();
437 * Helper which will throw an exception if the given number of bytes
440 * @param requiredLength the number of required bytes
449 * Helper which indicates that some bytes were just parsed. This should
453 * @param length {@code >= 0;} number of bytes parsed
457 observer.parsed(bytes, parseCursor, length, message);