Package 

Class UTF8BytesString

  • All Implemented Interfaces:
    java.lang.CharSequence

    
    public final class UTF8BytesString
     implements CharSequence
                        

    Class that wraps a {@code String} and caches the UTF8 byte representation. Implements {@code * CharSequence} so that it can be mixed with normal{@code String} instances.