类 ByteBuilder
java.lang.Object
link.thingscloud.freeswitch.esl.transport.util.ByteBuilder
ByteBuilder class.
- 版本:
- 1.0.0
- 作者:
- zhouhailin
-
方法概要
修饰符和类型方法说明append(byte byte0) append.byte[]build()build.intlength()length.static ByteBuildernewBuilder.string()string.
-
方法详细资料
-
newBuilder
newBuilder.
- 返回:
- a
ByteBuilderobject.
-
append
append.
- 参数:
byte0- a byte.- 返回:
- a
ByteBuilderobject.
-
length
public int length()length.
- 返回:
- a int.
-
build
public byte[] build()build.
- 返回:
- an array of
byteobjects.
-
string
string.
- 返回:
- a
Stringobject.
-