Class MiscConverters.ByteArrayToByteBuffer

    • Constructor Detail

      • ByteArrayToByteBuffer

        public ByteArrayToByteBuffer()
    • Method Detail

      • convert

        public java.nio.ByteBuffer convert​(byte[] obj)
                                    throws ConversionException
        Description copied from interface: Converter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        Returns:
        The converted Object
        Throws:
        ConversionException