Package io.sentry.instrumentation.file
Class SentryFileReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
io.sentry.instrumentation.file.SentryFileReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSentryFileReader
(@NotNull File file) SentryFileReader
(@NotNull FileDescriptor fd) SentryFileReader
(@NotNull String fileName) -
Method Summary
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, read, ready
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, reset, skip, transferTo
-
Constructor Details
-
SentryFileReader
- Throws:
FileNotFoundException
-
SentryFileReader
- Throws:
FileNotFoundException
-
SentryFileReader
-