Class SentryFileReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable

    public final class SentryFileReader
    extends java.io.InputStreamReader
    • Field Summary

      • Fields inherited from class java.io.Reader

        lock
    • Method Summary

      • Methods inherited from class java.io.InputStreamReader

        close, getEncoding, read, read, ready
      • Methods inherited from class java.io.Reader

        mark, markSupported, nullReader, read, read, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • SentryFileReader

        public SentryFileReader​(@NotNull
                                @NotNull java.lang.String fileName)
                         throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • SentryFileReader

        public SentryFileReader​(@NotNull
                                @NotNull java.io.File file)
                         throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • SentryFileReader

        public SentryFileReader​(@NotNull
                                @NotNull java.io.FileDescriptor fd)