Class WriterBEFloat4_32

    • Constructor Detail

      • WriterBEFloat4_32

        public WriterBEFloat4_32​(com.io7m.jbssio.api.BSSWriterSequentialType in_writer,
                                 SMFAttribute in_attribute)
    • Method Detail

      • serializeValueFloat4

        public void serializeValueFloat4​(double x,
                                         double y,
                                         double z,
                                         double w)
                                  throws java.io.IOException
        Description copied from class: WriterBase
        Must be overridden for writers that accept values of this type.
        Specified by:
        serializeValueFloat4 in interface SMFSerializerDataAttributesValuesType
        Overrides:
        serializeValueFloat4 in class WriterBase
        Parameters:
        x - The x value
        y - The y value
        z - The z value
        w - The w value
        Throws:
        java.io.IOException - On I/O errors