All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rc_2.10.0.2.0.source-code.ControlChars.scala Maven / Gradle / Ivy

package org.conbere.irc

import akka.util.ByteString

object ControlChars {
  val CRLF = ByteString("\r\n")
  val SP = ByteString(" ")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy