Package com.google.gson.internal
Class Streams.AppendableWriter.CurrentWrite
java.lang.Object
com.google.gson.internal.Streams.AppendableWriter.CurrentWrite
- All Implemented Interfaces:
CharSequence
- Enclosing class:
- Streams.AppendableWriter
A mutable char sequence pointing at a single char[].
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int i) int
length()
subSequence
(int start, int end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty, toString
-
Field Details
-
chars
char[] chars
-
-
Constructor Details
-
CurrentWrite
CurrentWrite()
-
-
Method Details
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int i) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-