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