com.eaio.util.lang

Hex

object Hex extends

Visibility
  1. Public
  2. All

Value Members

  1. def append(a: Appendable, bytes: Array[Byte]): Appendable

  2. def append(a: Appendable, in: Long, length: Int): Appendable

  3. def append(a: Appendable, in: Long): Appendable

  4. def append(a: Appendable, in: Int, length: Int): Appendable

  5. def append(a: Appendable, in: Int): Appendable

  6. def append(a: Appendable, in: Short, length: Int): Appendable

  7. def append(a: Appendable, in: Short): Appendable

  8. def parseLong(s: CharSequence): Long

  9. def parseShort(s: String): Short