Package | Description |
---|---|
com.alibaba.fastjson.asm |
Modifier and Type | Method and Description |
---|---|
ByteVector |
ByteVector.put12(int b,
int s)
Puts a byte and a short into this byte vector.
|
ByteVector |
ByteVector.putByte(int b)
Puts a byte into this byte vector.
|
ByteVector |
ByteVector.putByteArray(byte[] b,
int off,
int len)
Puts an array of bytes into this byte vector.
|
ByteVector |
ByteVector.putInt(int i)
Puts an int into this byte vector.
|
ByteVector |
ByteVector.putShort(int s)
Puts a short into this byte vector.
|
ByteVector |
ByteVector.putUTF8(String s)
Puts an UTF8 string into this byte vector.
|
Copyright © 2012–2022 Alibaba Group. All rights reserved.