Class UnsignedShortFromUnsignedShort

Object
ConvertTo<UnsignedShortBuffer>
ToUnsignedShort
UnsignedShortFromUnsignedShort

public final class UnsignedShortFromUnsignedShort extends ToUnsignedShort
Convert to an unsigned short buffer, given an unsigned short source buffer.
Author:
Owen Feehan
  • Constructor Details

    • UnsignedShortFromUnsignedShort

      public UnsignedShortFromUnsignedShort()
  • Method Details

    • convertValue

      protected short convertValue(short value)
      Description copied from class: ToUnsignedShort
      Converts a value retrieved from the source buffer to the destination form.
      Specified by:
      convertValue in class ToUnsignedShort
      Parameters:
      value - the value retrieved from the source buffer.
      Returns:
      the converted value in the form to match the destination.