Class StrFastReader

java.lang.Object
net.thevpc.tson.impl.parser.StrFastReader

public class StrFastReader extends Object
  • Constructor Details

    • StrFastReader

      public StrFastReader(String s)
  • Method Details

    • peek

      public String peek(int count)
    • read

      public String read(int count)
    • read

      public char read()
    • peek

      public char peek()
    • hasNext

      public boolean hasNext()
    • readAnyIgnoreCase

      public String readAnyIgnoreCase(String... all)
    • readAny

      public String readAny(String... all)
    • readAny

      public String readAny(char... s)
    • peekAny

      public String peekAny(char... s)
    • read

      public boolean read(char s)
    • peek

      public boolean peek(char s)
    • readWhile

      public String readWhile(net.thevpc.tson.impl.parser.StrFastReader.CharPredicate p)
    • readUntil

      public String readUntil(net.thevpc.tson.impl.parser.StrFastReader.CharPredicate p)
    • read

      public boolean read(String s)
    • readIgnoreCase

      public boolean readIgnoreCase(String s)
    • peek

      public boolean peek(String s)
    • unread

      public void unread()
    • toString

      public String toString()
      Overrides:
      toString in class Object