Class VarString

java.lang.Object
one.microstream.chars.VarString
All Implemented Interfaces:
Serializable, Appendable, CharSequence

public final class VarString
extends Object
implements CharSequence, Appendable, Serializable
Faster implementation of a StringBuilder with richer functionality. Note that this class is NOT synchronized and only meant for single-threaded or thread-safe (i.e. read only or explicitly synchronized) use.
See Also:
Serialized Form