Package io.sentry.instrumentation.file
Class SentryFileOutputStream.Factory
java.lang.Object
io.sentry.instrumentation.file.SentryFileOutputStream.Factory
- Enclosing class:
- SentryFileOutputStream
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileOutputStream
create
(@NotNull FileOutputStream delegate, @NotNull FileDescriptor fdObj) static FileOutputStream
create
(@NotNull FileOutputStream delegate, @Nullable File file) static FileOutputStream
create
(@NotNull FileOutputStream delegate, @Nullable File file, boolean append) static FileOutputStream
create
(@NotNull FileOutputStream delegate, @Nullable String name) static FileOutputStream
create
(@NotNull FileOutputStream delegate, @Nullable String name, boolean append)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
public static FileOutputStream create(@NotNull @NotNull FileOutputStream delegate, @Nullable @Nullable String name) throws FileNotFoundException - Throws:
FileNotFoundException
-
create
public static FileOutputStream create(@NotNull @NotNull FileOutputStream delegate, @Nullable @Nullable String name, boolean append) throws FileNotFoundException - Throws:
FileNotFoundException
-
create
public static FileOutputStream create(@NotNull @NotNull FileOutputStream delegate, @Nullable @Nullable File file) throws FileNotFoundException - Throws:
FileNotFoundException
-
create
public static FileOutputStream create(@NotNull @NotNull FileOutputStream delegate, @Nullable @Nullable File file, boolean append) throws FileNotFoundException - Throws:
FileNotFoundException
-
create
public static FileOutputStream create(@NotNull @NotNull FileOutputStream delegate, @NotNull @NotNull FileDescriptor fdObj)
-