public class ToByte extends ConvertChannelTo<UnsignedByteBuffer>
Converts a channel to unsigned byte format without any scaling.

This class extends ConvertChannelTo to provide a specific implementation for converting channels to unsigned byte format. The conversion is done directly without any scaling of values.