Class SentryFileOutputStream.Factory

  • Enclosing class:
    SentryFileOutputStream

    public static final class SentryFileOutputStream.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.FileOutputStream create​(@NotNull java.io.FileOutputStream delegate, @NotNull java.io.FileDescriptor fdObj)  
      static java.io.FileOutputStream create​(@NotNull java.io.FileOutputStream delegate, @Nullable java.io.File file)  
      static java.io.FileOutputStream create​(@NotNull java.io.FileOutputStream delegate, @Nullable java.io.File file, boolean append)  
      static java.io.FileOutputStream create​(@NotNull java.io.FileOutputStream delegate, @Nullable java.lang.String name)  
      static java.io.FileOutputStream create​(@NotNull java.io.FileOutputStream delegate, @Nullable java.lang.String name, boolean append)  
      • 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.FileOutputStream create​(@NotNull
                                                      @NotNull java.io.FileOutputStream delegate,
                                                      @Nullable
                                                      @Nullable java.lang.String name)
                                               throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • create

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

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

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

        public static java.io.FileOutputStream create​(@NotNull
                                                      @NotNull java.io.FileOutputStream delegate,
                                                      @NotNull
                                                      @NotNull java.io.FileDescriptor fdObj)