org.freecompany.redline.header
Class AbstractHeader.StringEntry
class
AbstractHeader.StringEntry
extends AbstractEntry<String[]>
According to early documentation it should be illegal for this type of
entry to store more than one string value, but other recent documents
indicate that this may not longer be the case.
public int getType()
public void read(ByteBuffer buffer)
public int size()
public String toString()
public void write(ByteBuffer data)