Class CloneParser.CloenableCharArrayReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Cloneable, java.lang.Readable
    Enclosing class:
    CloneParser

    public static class CloneParser.CloenableCharArrayReader
    extends java.io.CharArrayReader
    implements java.lang.Cloneable
    • Field Summary

      • Fields inherited from class java.io.CharArrayReader

        buf, count, markedPos, pos
      • Fields inherited from class java.io.Reader

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      • Methods inherited from class java.io.CharArrayReader

        close, mark, markSupported, read, read, ready, reset, skip
      • Methods inherited from class java.io.Reader

        nullReader, read, read, transferTo
      • Methods inherited from class java.lang.Object

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

      • CloenableCharArrayReader

        public CloenableCharArrayReader​(char[] buf)
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException