Interface VarByteChunkWriter
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
VarByteChunkSVForwardIndexWriter,VarByteChunkSVForwardIndexWriterV4
public interface VarByteChunkWriter extends Closeable
-
-
Method Summary
Modifier and Type Method Description voidputBigDecimal(BigDecimal value)voidputBytes(byte[] value)voidputString(String value)
-
-
-
Method Detail
-
putBigDecimal
void putBigDecimal(BigDecimal value)
-
putString
void putString(String value)
-
putBytes
void putBytes(byte[] value)
-
-