Class ByteToByte


  • public class ByteToByte
    extends Conversion<Byte,​Byte>
    A default Integrity conversion. This conversion actually doesn't convert anything - it exists solely to keep Byte as Byte by default.
    Author:
    Rene Schneider - initial API and implementation