Class ArraySchemas.Int64Array

    • Field Detail

      • pipeSchema

        protected final Pipe.Schema<java.lang.Object> pipeSchema
      • primitive

        final boolean primitive
    • Method Detail

      • readPrimitiveFrom

        protected java.lang.Object readPrimitiveFrom​(Input input,
                                                     java.lang.Object owner,
                                                     int len)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • readBoxedFrom

        protected java.lang.Object readBoxedFrom​(Input input,
                                                 java.lang.Object owner,
                                                 int len)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readFrom

        public java.lang.Object readFrom​(Input input,
                                         java.lang.Object owner)
                                  throws java.io.IOException
        Specified by:
        readFrom in class ArraySchemas.Base
        Throws:
        java.io.IOException
      • writeLengthTo

        protected void writeLengthTo​(Output output,
                                     int len,
                                     boolean primitive)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTo

        protected void writeTo​(Output output,
                               java.lang.Object value,
                               boolean primitive)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(Output output,
                            java.lang.Object value)
                     throws java.io.IOException
        Description copied from interface: Schema
        Serializes a message/object to the output.
        Throws:
        java.io.IOException