Package com.amazon.ion.impl
Interface _Private_ListWriter
- All Superinterfaces:
AutoCloseable,Closeable,Faceted,Flushable,IonWriter
- All Known Implementing Classes:
_Private_IonBinaryWriterImpl
NOT FOR APPLICATION USE!
An IonWriter that has optimized list-writing.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBoolList(boolean[] values) voidwriteFloatList(double[] values) voidwriteFloatList(float[] values) voidwriteIntList(byte[] values) voidwriteIntList(int[] values) voidwriteIntList(long[] values) voidwriteIntList(short[] values) voidwriteStringList(String[] values) Methods inherited from interface com.amazon.ion.IonWriter
addTypeAnnotation, close, finish, flush, getSymbolTable, isInStruct, setFieldName, setFieldNameSymbol, setTypeAnnotations, setTypeAnnotationSymbols, stepIn, stepOut, writeBlob, writeBlob, writeBool, writeClob, writeClob, writeDecimal, writeFloat, writeInt, writeInt, writeNull, writeNull, writeString, writeSymbol, writeSymbolToken, writeTimestamp, writeTimestampUTC, writeValue, writeValue, writeValues
-
Method Details
-
writeBoolList
- Throws:
IOException
-
writeFloatList
- Throws:
IOException
-
writeFloatList
- Throws:
IOException
-
writeIntList
- Throws:
IOException
-
writeIntList
- Throws:
IOException
-
writeIntList
- Throws:
IOException
-
writeIntList
- Throws:
IOException
-
writeStringList
- Throws:
IOException
-