Packages

o

com.github.mauricio.async.db.util

ByteBufferUtils

object ByteBufferUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteBufferUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def mysqlBuffer(estimate: Int = 1024): ByteBuf
  2. def packetBuffer(estimate: Int = 1024): ByteBuf
  3. def read3BytesInt(b: ByteBuf): Int
  4. def readCString(b: ByteBuf, charset: Charset): String
  5. def readUntilEOF(b: ByteBuf, charset: Charset): String
  6. def write3BytesInt(b: ByteBuf, value: Int): Unit
  7. def writeCString(content: String, b: ByteBuf, charset: Charset): Unit
  8. def writeLength(buffer: ByteBuf): Unit
  9. def writePacketLength(buffer: ByteBuf, sequence: Int = 1): Unit
  10. def writeSizedString(content: String, b: ByteBuf, charset: Charset): Unit