Package io.datarouter.bytes.codec.stringcodec

  • Class Summary 
    Class Description
    PrefixedStringCodec
    Encodes a String as UTF-8 bytes prefixed with the number of bytes encoded as a VarInt.
    StringCodec
    Encodes a String without any length information or terminal bytes.
    TerminatedStringCodec
    Encodes a String as UTF-8 bytes, adding byte=0 as a terminal character.