Loading...

//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

  
sourcethe input stream with language
destinationthe output
Top