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 TypeMethodDescriptioncharcharAt(int i) intlength()subSequence(int start, int end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
lengthin interfaceCharSequence
-
charAt
public char charAt(int i) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-