Class ParserLevelCommentTextReader

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

    public final class ParserLevelCommentTextReader
    extends BlockAwareReader
    Since:
    3.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static char[] PREFIX  
      private static char[] SUFFIX  
      • Fields inherited from class java.io.Reader

        lock
    • Method Summary

      • Methods inherited from class java.io.Reader

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

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

      • PREFIX

        private static final char[] PREFIX
      • SUFFIX

        private static final char[] SUFFIX
    • Constructor Detail

      • ParserLevelCommentTextReader

        public ParserLevelCommentTextReader​(java.io.Reader reader)