public class RCFileValueBufferWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected RCFile.ValueBuffer |
valueBuffer |
Constructor and Description |
---|
RCFileValueBufferWrapper() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RCFileValueBufferWrapper o) |
RCFile.ValueBuffer |
getValueBuffer() |
void |
readFields(java.io.DataInput in) |
void |
setValueBuffer(RCFile.ValueBuffer valueBuffer) |
void |
write(java.io.DataOutput out) |
protected RCFile.ValueBuffer valueBuffer
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public int compareTo(RCFileValueBufferWrapper o)
public RCFile.ValueBuffer getValueBuffer()
public void setValueBuffer(RCFile.ValueBuffer valueBuffer)
Copyright © 2012 The Apache Software Foundation