Class PName3


public final class PName3 extends ByteBasedPName
Specialized implementation of PName: can be used for medium-sized Strings that consists of at most 9-12 bytes. These are less frequent than shorter variations, but still somewhat common.

The reason for such specialized classes is mostly space efficiency; and to a lesser degree performance. Both are achieved for short Strings by avoiding another level of indirection (via quad arrays)