Interface TextWriter


@Deprecated(since="2024-09-23") public interface TextWriter
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    void
    markEmpty(String blobId)
    Deprecated.
     
    void
    markError(String blobId)
    Deprecated.
     
    void
    write(@NotNull String blobId, @NotNull String text)
    Deprecated.
     
  • Method Details

    • write

      void write(@NotNull @NotNull String blobId, @NotNull @NotNull String text) throws IOException
      Deprecated.
      Throws:
      IOException
    • markEmpty

      void markEmpty(String blobId)
      Deprecated.
    • markError

      void markError(String blobId)
      Deprecated.
    • isProcessed

      boolean isProcessed(String blobId)
      Deprecated.