Class IndentedLineBuffer

All Implemented Interfaces:
AutoCloseable, AWriter, Closeable

public class IndentedLineBuffer extends IndentedWriter
IndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line. It can also insert line numbers at the beginning of lines.
  • Constructor Details

    • IndentedLineBuffer

      public IndentedLineBuffer()
    • IndentedLineBuffer

      public IndentedLineBuffer(boolean withLineNumbers)
  • Method Details