Class FileCharSink

java.lang.Object
tripleo.util.io.FileCharSink
All Implemented Interfaces:
AutoCloseable, Disposable, CharSink, DisposableCharSink

public class FileCharSink extends Object implements DisposableCharSink
  • Constructor Details

  • Method Details

    • accept

      public void accept(char char1)
      Specified by:
      accept in interface CharSink
    • accept

      public void accept(@NotNull @NotNull String string1)
      Specified by:
      accept in interface CharSink
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • dispose

      public void dispose()
      Specified by:
      dispose in interface Disposable