Class RunLengthByteWriter

java.lang.Object
org.apache.orc.impl.RunLengthByteWriter

public class RunLengthByteWriter extends Object
A streamFactory that writes a sequence of bytes. A control byte is written before each run with positive values 0 to 127 meaning 2 to 129 repetitions. If the bytes is -1 to -128, 1 to 128 literal byte values follow.