- s2f(int) - Static method in class dk.vajhoej.record.VAXFloatUtil
-
Convert from S floating to F floating.
- Selector - Annotation Type in dk.vajhoej.record
-
Annotation for selection of sub types.
- Struct - Annotation Type in dk.vajhoej.record
-
Annotation for structs.
- StructField - Annotation Type in dk.vajhoej.record
-
Annotation for fields.
- StructInfo - Class in dk.vajhoej.record
-
Class StructInfo contains information about a native struct needed for reading and/or writing.
- StructInfo(Endian, Alignment, boolean, List<FieldInfo>, Class<?>) - Constructor for class dk.vajhoej.record.StructInfo
-
Create instance of StructInfo.
- StructInfoCache - Class in dk.vajhoej.record
-
Class StructInfoCache caches StructInfo objects in a singleton cache.
- StructReader - Class in dk.vajhoej.record
-
Class StructReader reads a Java object from a byte array containing a native struct.
- StructReader(byte[]) - Constructor for class dk.vajhoej.record.StructReader
-
Create instance of StructReader.
- StructReader8 - Class in dk.vajhoej.record8
-
Extension of StructReader class enabling the usage of lambda functions.
- StructReader8(byte[]) - Constructor for class dk.vajhoej.record8.StructReader8
-
Create instance of StructReader8.
- StructReaderStream - Class in dk.vajhoej.record
-
Class StructReaderStream reads a Java object from an input stream containing a native struct.
- StructReaderStream(InputStream, int, int) - Constructor for class dk.vajhoej.record.StructReaderStream
-
Create instance of StructReaderStream.
- StructWriter - Class in dk.vajhoej.record
-
Class StructWriter writes a Java object to a byte array as a native struct.
- StructWriter() - Constructor for class dk.vajhoej.record.StructWriter
-
Construct instance of StructWriter with default buffer size.
- StructWriter(int) - Constructor for class dk.vajhoej.record.StructWriter
-
Construct instance of StructWriter.
- StructWriter8 - Class in dk.vajhoej.record8
-
Extension of StructWriter class enabling the usage of lambda functions.
- StructWriter8() - Constructor for class dk.vajhoej.record8.StructWriter8
-
Construct instance of StructWriter with default buffer size.
- StructWriter8(int) - Constructor for class dk.vajhoej.record8.StructWriter8
-
Construct instance of StructWriter.
- SubClassAndPad - Class in dk.vajhoej.record
-
Class SubClassAndPad contains information about class and padding for select field.
- SubClassAndPad(Class<?>, int) - Constructor for class dk.vajhoej.record.SubClassAndPad
-
Create instance of ClassAndPad with all necessary properties.
- SubType - Annotation Type in dk.vajhoej.record
-
Annotation for sub types.