Class SentryFileInputStream.Factory

  • Enclosing class:
    SentryFileInputStream

    public static final class SentryFileInputStream.Factory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.FileInputStream create​(@NotNull java.io.FileInputStream delegate, @NotNull java.io.FileDescriptor descriptor)  
      static java.io.FileInputStream create​(@NotNull java.io.FileInputStream delegate, @Nullable java.io.File file)  
      static java.io.FileInputStream create​(@NotNull java.io.FileInputStream delegate, @Nullable java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
    • Method Detail

      • create

        public static java.io.FileInputStream create​(@NotNull
                                                     @NotNull java.io.FileInputStream delegate,
                                                     @Nullable
                                                     @Nullable java.lang.String name)
                                              throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • create

        public static java.io.FileInputStream create​(@NotNull
                                                     @NotNull java.io.FileInputStream delegate,
                                                     @Nullable
                                                     @Nullable java.io.File file)
                                              throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • create

        public static java.io.FileInputStream create​(@NotNull
                                                     @NotNull java.io.FileInputStream delegate,
                                                     @NotNull
                                                     @NotNull java.io.FileDescriptor descriptor)