cgta.oscala.extensions.ByteExtensions.scala Maven / Gradle / Ivy
The newest version!
package cgta.oscala
package extensions
//////////////////////////////////////////////////////////////
// Copyright (c) 2013 Ben Jackman, Jeff Gomberg
// All Rights Reserved
// please contact [email protected] or [email protected]
// for licensing inquiries
// Created by bjackman @ 11/15/13 1:52 PM
//////////////////////////////////////////////////////////////
class ByteExtensions(val x: Byte) extends AnyVal {
def toUInt32: Int = x & 0xFF
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy