//scanning/com.pixelnetica.scanning/ScanningSdkLibrary/Helper/unpackLanguage

unpackLanguage

[androidJvm]
external fun unpackLanguage(source: InputStream, destination: OutputStream)

Unpack the specified input stream with language to the output stream.

Parameters

androidJvm

   
source the input stream with language
destination the output
Top