QSL4A Documentation of
documentFileReadFrom <QSL4A API Menu>documentFileInputStream( srcFile, EncodingFormat = "", skip = None, length = None )
documentFileReadFrom is the same as documentFileInputStream .
If EncodingFormat is omitted ( empty default ) , this function will return Bytes ;
If EncodingFormat is Base64 , this function will return Base64 String ;
If EncodingFormat is UTF-8 or GBK etc , this function will return Normal String .
If skip is None default, skip == 0 (start of srcFile) , otherwise skip bytes from srcFile's head,
If length is None default, length means rest of srcFile, read length bytes from skip place .
Use This Function to Read/Write Media Storage Device or "/storage/emulated/0/Android/<subPath>" or Termux Document .