Package 

Object FileUtils


  • 
    public class FileUtils
    
                        

    Utility class for file-related operations.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static FileUtils INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final Integer getNumFd(ParcelFileDescriptor fdObj) Retrieves the file descriptor number from a {@link ParcelFileDescriptor}.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNumFd

         final Integer getNumFd(ParcelFileDescriptor fdObj)

        Retrieves the file descriptor number from a {@link ParcelFileDescriptor}.

        Parameters:
        fdObj - The {@link ParcelFileDescriptor} to get the file descriptor from.