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.
Method Summary
intgetType()
voidread(ByteBuffer buffer)
intsize()
StringtoString()
voidwrite(ByteBuffer data)

Method Detail

getType

public int getType()

read

public void read(ByteBuffer buffer)

size

public int size()

toString

public String toString()

write

public void write(ByteBuffer data)