public interface SerializeWrite
Modifier and Type | Method and Description |
---|---|
void |
reset() |
void |
set(ByteStream.Output output) |
void |
setAppend(ByteStream.Output output) |
void |
writeBinary(byte[] v) |
void |
writeBinary(byte[] v,
int start,
int length) |
void |
writeBoolean(boolean v) |
void |
writeByte(byte v) |
void |
writeDate(Date date) |
void |
writeDate(int dateAsDays) |
void |
writeDouble(double vd) |
void |
writeFloat(float vf) |
void |
writeHiveChar(HiveChar hiveChar) |
void |
writeHiveDecimal(HiveDecimal dec) |
void |
writeHiveIntervalDayTime(HiveIntervalDayTime vidt) |
void |
writeHiveIntervalDayTime(long totalNanos) |
void |
writeHiveIntervalYearMonth(HiveIntervalYearMonth viyt) |
void |
writeHiveIntervalYearMonth(int totalMonths) |
void |
writeHiveVarchar(HiveVarchar hiveVarchar) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeNull() |
void |
writeShort(short v) |
void |
writeString(byte[] v) |
void |
writeString(byte[] v,
int start,
int length) |
void |
writeTimestamp(Timestamp vt) |
void set(ByteStream.Output output)
void setAppend(ByteStream.Output output)
void reset()
void writeNull() throws IOException
IOException
void writeBoolean(boolean v) throws IOException
IOException
void writeByte(byte v) throws IOException
IOException
void writeShort(short v) throws IOException
IOException
void writeInt(int v) throws IOException
IOException
void writeLong(long v) throws IOException
IOException
void writeFloat(float vf) throws IOException
IOException
void writeDouble(double vd) throws IOException
IOException
void writeString(byte[] v) throws IOException
IOException
void writeString(byte[] v, int start, int length) throws IOException
IOException
void writeHiveChar(HiveChar hiveChar) throws IOException
IOException
void writeHiveVarchar(HiveVarchar hiveVarchar) throws IOException
IOException
void writeBinary(byte[] v) throws IOException
IOException
void writeBinary(byte[] v, int start, int length) throws IOException
IOException
void writeDate(Date date) throws IOException
IOException
void writeDate(int dateAsDays) throws IOException
IOException
void writeTimestamp(Timestamp vt) throws IOException
IOException
void writeHiveIntervalYearMonth(HiveIntervalYearMonth viyt) throws IOException
IOException
void writeHiveIntervalYearMonth(int totalMonths) throws IOException
IOException
void writeHiveIntervalDayTime(HiveIntervalDayTime vidt) throws IOException
IOException
void writeHiveIntervalDayTime(long totalNanos) throws IOException
IOException
void writeHiveDecimal(HiveDecimal dec) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.