Package gaiasky.data.group
Class BinaryVersion0
java.lang.Object
gaiasky.data.group.BinaryIOBase
gaiasky.data.group.BinaryVersion0
- All Implemented Interfaces:
BinaryIO
- Direct Known Subclasses:
BinaryVersion1
-
Field Summary
Fields inherited from class gaiasky.data.group.BinaryIOBase
hipId, nDoubles, nFloats, tychoIds
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Write the star bean to the output stream.Methods inherited from class gaiasky.data.group.BinaryIOBase
readParticleRecord, readParticleRecord, readParticleRecord
-
Constructor Details
-
BinaryVersion0
public BinaryVersion0()
-
-
Method Details
-
writeParticleRecord
Description copied from interface:BinaryIO
Write the star bean to the output stream.- Parameters:
sb
- The star bean.out
- The output stream.- Throws:
IOException
- If the write operation fails.
-