java.lang.Object
link.thingscloud.freeswitch.esl.transport.util.ByteBuilder

public class ByteBuilder extends Object

ByteBuilder class.

版本:
1.0.0
作者:
zhouhailin
  • 方法详细资料

    • newBuilder

      public static ByteBuilder newBuilder()

      newBuilder.

      返回:
      a ByteBuilder object.
    • append

      public ByteBuilder append(byte byte0)

      append.

      参数:
      byte0 - a byte.
      返回:
      a ByteBuilder object.
    • length

      public int length()

      length.

      返回:
      a int.
    • build

      public byte[] build()

      build.

      返回:
      an array of byte objects.
    • string

      public String string()

      string.

      返回:
      a String object.