com.amazonaws.mturk.addon
Interface HITDataOutput
- All Known Implementing Classes:
- AbstractHITDataOutput, HITDataBuffer, HITDataCSVWriter, HITDataWriter
public interface HITDataOutput
setFieldNames
void setFieldNames(java.lang.String[] fieldNames)
throws java.io.IOException
- Throws:
java.io.IOException
getFieldNames
java.lang.String[] getFieldNames()
writeValues
void writeValues(java.util.Map<java.lang.String,java.lang.String> values)
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
writeLine
@Deprecated
void writeLine(java.lang.String[] fieldValues)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException