Class TokenListAppender

  • All Implemented Interfaces:
    java.lang.AutoCloseable, TokenAppender

    public class TokenListAppender
    extends java.lang.Object
    implements TokenAppender
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(Token token)  
      void close()  
      • Methods inherited from class java.lang.Object

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

      • TokenListAppender

        public TokenListAppender​(java.util.List<Token> list)
    • Method Detail

      • append

        public void append​(Token token)
                    throws java.io.IOException
        Specified by:
        append in interface TokenAppender
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception