Package org.noggit
Class CharArrWriter
- java.lang.Object
-
- org.noggit.CharArr
-
- org.noggit.CharArrWriter
-
- All Implemented Interfaces:
java.lang.Appendable,java.lang.CharSequence
class CharArrWriter extends CharArr
-
-
Constructor Summary
Constructors Constructor Description CharArrWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflush()voidwrite(char b)voidwrite(char[] b, int off, int len)voidwrite(java.lang.String s, int stringOffset, int len)-
Methods inherited from class org.noggit.CharArr
append, append, append, capacity, charAt, close, fill, getArray, getEnd, getStart, length, read, read, read, reserve, reset, resize, set, setEnd, setStart, size, subSequence, toCharArray, toString, unsafeWrite, unsafeWrite, unsafeWrite, write, write, write, write
-
-