StringLayout

public final class StringLayout

Data layout that converts a String to/from a sequence of bytes applying a given charset.

Public Methods

static StringLayout
of(Charset charset)
String
readObject(DataBuffer<byte[]> buffer, long index)
void
writeObject(DataBuffer<byte[]> buffer, String value, long index)

Inherited Methods

Public Methods

public static StringLayout of (Charset charset)

public String readObject (DataBuffer<byte[]> buffer, long index)

public void writeObject (DataBuffer<byte[]> buffer, String value, long index)