Filey: Encode and Decode Files 

1. Introduction

Filey is a simple extension which offers you the feature to convert file to string and vice versa asynchronously, so it does not affect the main thread or UI.
Note: It does not work with asset files.

Latest Version: 1
Released:  August 20, 2020
Last Updated:  August 20, 2020
Permissions: android.permission.WRITE_EXTERNAL_STORAGEandroid.permission.READ_EXTERNAL_STORAGE

2. Blocks

image

3. Documentation

  • Got File
    Event raised after converting string to file with success and response.
    image
    successful ~ boolean
    response ~ text
  • Got String
    Event raised after converting file in string with success and response
    image
    successful ~ boolean
    response ~ text
  • Decode
    Tries to convert string to file and saves output file at given path
    image
    string ~ text
    filePath ~ text
  • Encode
    Tries to convert file to string from given path
    image
    filePath ~ text

4. Downloads

Hope it helps!

Leave a Reply

Your email address will not be published. Required fields are marked *