Class MiscConverters.ByteBufferToByteArray

    • Constructor Detail

      • ByteBufferToByteArray

        public ByteBufferToByteArray()
    • Method Detail

      • convert

        public byte[] convert​(java.nio.ByteBuffer 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