Package gaiasky.data.group
Class BinaryVersion2
java.lang.Object
gaiasky.data.group.BinaryIOBase
gaiasky.data.group.BinaryVersion2
- All Implemented Interfaces:
BinaryIO
-
Field Summary
Fields inherited from class gaiasky.data.group.BinaryIOBase
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
-
Constructor Details
-
BinaryVersion2
protected BinaryVersion2()
-
-
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.
-