Class BinaryVersion0

  • All Implemented Interfaces:
    BinaryIO
    Direct Known Subclasses:
    BinaryVersion1

    public class BinaryVersion0
    extends BinaryIOBase
    Original binary version (0), used in DR1 and DR2. Contains 9 doubles, 4 floats, 1 integer (hip), 3 integers for the tycho identifiers, a long (id) and the name.
    • Constructor Detail

      • BinaryVersion0

        public BinaryVersion0()
    • Method Detail

      • writeParticleRecord

        public void writeParticleRecord​(IParticleRecord sb,
                                        java.io.DataOutputStream out)
                                 throws java.io.IOException
        Description copied from interface: BinaryIO
        Write the star bean to the output stream
        Parameters:
        sb - The star bean
        out - The output stream
        Throws:
        java.io.IOException