Class ByteVector


  • public class ByteVector
    extends Object
    • Constructor Detail

      • ByteVector

        public ByteVector()
      • ByteVector

        public ByteVector​(int initialCapacity)
    • Method Detail

      • putByte

        public ByteVector putByte​(int byteValue)
      • putShort

        public ByteVector putShort​(int shortValue)
      • putInt

        public ByteVector putInt​(int intValue)
      • putLong

        public ByteVector putLong​(long longValue)
      • putByteArray

        public ByteVector putByteArray​(byte[] byteArrayValue,
                                       int byteOffset,
                                       int byteLength)