Class BinaryVersion1
java.lang.Object
gaiasky.data.group.BinaryIOBase
gaiasky.data.group.BinaryVersion0
gaiasky.data.group.BinaryVersion1
- All Implemented Interfaces:
BinaryIO
Version 1, in contrast with 0, excludes Tycho identifiers from the format.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BinaryVersion0
writeParticleRecordModifier and TypeMethodDescriptionvoidWrite the star bean to the output stream.Methods inherited from class BinaryIOBase
readParticleRecord, readParticleRecord, readParticleRecordModifier and TypeMethodDescriptionreadParticleRecord(IDataReader in, double factor) readParticleRecord(DataInputStream in, double factor) Read a star from the input stream.readParticleRecord(MappedByteBuffer mem, double factor) Read a star from the mapped buffer.
-
Constructor Details
-
BinaryVersion1
public BinaryVersion1()
-