Interface _Private_ListWriter

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, Faceted, java.io.Flushable, IonWriter
    All Known Implementing Classes:
    _Private_IonBinaryWriterImpl

    public interface _Private_ListWriter
    extends IonWriter
    NOT FOR APPLICATION USE!

    An IonWriter that has optimized list-writing.

    • Method Detail

      • writeBoolList

        void writeBoolList​(boolean[] values)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • writeFloatList

        void writeFloatList​(float[] values)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • writeFloatList

        void writeFloatList​(double[] values)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • writeIntList

        void writeIntList​(byte[] values)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeIntList

        void writeIntList​(short[] values)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeIntList

        void writeIntList​(int[] values)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeIntList

        void writeIntList​(long[] values)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeStringList

        void writeStringList​(java.lang.String[] values)
                      throws java.io.IOException
        Throws:
        java.io.IOException