Package 

Class SuFileInputStream


  • 
    public final class SuFileInputStream
    
                        

    Open InputStreams that read files with root access.

    Directly creating instances of this class is deprecated, please use the static helper methods to open new InputStreams.

    • Method Summary

      Modifier and Type Method Description
      static InputStream open(@NonNull() String path) {@code SuFileInputStream.open(new File(path))}
      static InputStream open(@NonNull() File file) Open an InputStream with root access.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait