Class WriterLEFloat1_32
- java.lang.Object
-
- com.io7m.smfj.format.binary2.internal.serial.WriterBase
-
- com.io7m.smfj.format.binary2.internal.serial.le.WriterLEFloat1_32
-
- All Implemented Interfaces:
SMFSerializerDataAttributesValuesType,java.io.Closeable,java.lang.AutoCloseable
public final class WriterLEFloat1_32 extends WriterBase
-
-
Constructor Summary
Constructors Constructor Description WriterLEFloat1_32(com.io7m.jbssio.api.BSSWriterSequentialType in_writer, SMFAttribute in_attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializeValueFloat1(double x)Must be overridden for writers that accept values of this type.-
Methods inherited from class com.io7m.smfj.format.binary2.internal.serial.WriterBase
close, serializeValueFloat2, serializeValueFloat3, serializeValueFloat4, serializeValueIntegerSigned1, serializeValueIntegerSigned2, serializeValueIntegerSigned3, serializeValueIntegerSigned4, serializeValueIntegerUnsigned1, serializeValueIntegerUnsigned2, serializeValueIntegerUnsigned3, serializeValueIntegerUnsigned4, writer
-
-
-
-
Constructor Detail
-
WriterLEFloat1_32
public WriterLEFloat1_32(com.io7m.jbssio.api.BSSWriterSequentialType in_writer, SMFAttribute in_attribute)
-
-
Method Detail
-
serializeValueFloat1
public void serializeValueFloat1(double x) throws java.io.IOExceptionDescription copied from class:WriterBaseMust be overridden for writers that accept values of this type.- Specified by:
serializeValueFloat1in interfaceSMFSerializerDataAttributesValuesType- Overrides:
serializeValueFloat1in classWriterBase- Parameters:
x- The x value- Throws:
java.io.IOException- On I/O errors
-
-