public class WritableWrapper<T extends Writable> extends Object implements org.apache.flink.types.Value
| Constructor and Description |
|---|
WritableWrapper() |
WritableWrapper(T toWrap) |
public WritableWrapper()
public WritableWrapper(T toWrap)
public T value()
public void write(org.apache.flink.core.memory.DataOutputView out)
throws IOException
write in interface org.apache.flink.core.io.IOReadableWritableIOExceptionpublic void read(org.apache.flink.core.memory.DataInputView in)
throws IOException
read in interface org.apache.flink.core.io.IOReadableWritableIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.