Home | History | Annotate | Download | only in asm

Lines Matching defs:ByteVector

38 public class ByteVector {
51 * Constructs a new {@link ByteVector ByteVector} with a default initial
54 public ByteVector() {
59 * Constructs a new {@link ByteVector ByteVector} with the given initial
64 public ByteVector(final int initialSize) {
75 public ByteVector putByte(final int b) {
93 ByteVector put11(final int b1, final int b2) {
112 public ByteVector putShort(final int s) {
132 ByteVector put12(final int b, final int s) {
152 public ByteVector putInt(final int i) {
173 public ByteVector putLong(final long l) {
200 public ByteVector putUTF8(final String s) {
268 public ByteVector putByteArray(final byte[] b, final int off, final int len)