Class WriterBEFloat4_32
- java.lang.Object
-
- com.io7m.smfj.format.binary2.internal.serial.WriterBase
-
- com.io7m.smfj.format.binary2.internal.serial.be.WriterBEFloat4_32
-
- All Implemented Interfaces:
SMFSerializerDataAttributesValuesType,java.io.Closeable,java.lang.AutoCloseable
public final class WriterBEFloat4_32 extends WriterBase
-
-
Constructor Summary
Constructors Constructor Description WriterBEFloat4_32(com.io7m.jbssio.api.BSSWriterSequentialType in_writer, SMFAttribute in_attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializeValueFloat4(double x, double y, double z, double w)Must be overridden for writers that accept values of this type.-
Methods inherited from class com.io7m.smfj.format.binary2.internal.serial.WriterBase
close, serializeValueFloat1, serializeValueFloat2, serializeValueFloat3, serializeValueIntegerSigned1, serializeValueIntegerSigned2, serializeValueIntegerSigned3, serializeValueIntegerSigned4, serializeValueIntegerUnsigned1, serializeValueIntegerUnsigned2, serializeValueIntegerUnsigned3, serializeValueIntegerUnsigned4, writer
-
-
-
-
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.IOExceptionDescription copied from class:WriterBaseMust be overridden for writers that accept values of this type.- Specified by:
serializeValueFloat4in interfaceSMFSerializerDataAttributesValuesType- Overrides:
serializeValueFloat4in classWriterBase- Parameters:
x- The x valuey- The y valuez- The z valuew- The w value- Throws:
java.io.IOException- On I/O errors
-
-