Class SentryFileWriter

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

    public final class SentryFileWriter
    extends java.io.OutputStreamWriter
    • Field Summary

      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      • Methods inherited from class java.io.OutputStreamWriter

        append, append, close, flush, getEncoding, write, write, write
      • Methods inherited from class java.io.Writer

        append, nullWriter, write, write
      • Methods inherited from class java.lang.Object

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

      • SentryFileWriter

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

        public SentryFileWriter​(@NotNull
                                @NotNull java.lang.String fileName,
                                boolean append)
                         throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • SentryFileWriter

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

        public SentryFileWriter​(@NotNull
                                @NotNull java.io.File file,
                                boolean append)
                         throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • SentryFileWriter

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