me.maciejb.snappyflows.impl.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snappy-flows_2.11 Show documentation
Show all versions of snappy-flows_2.11 Show documentation
Snappy compression Akka Streams flows
The newest version!
package me.maciejb.snappyflows
import java.nio.ByteOrder
package object impl {
private[impl] implicit val byteOrder = ByteOrder.LITTLE_ENDIAN
}