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