Package uk.ac.starlink.ttools.cone
Interface MocFormat
public interface MocFormat
Defines a MOC serialization format.
- Since:
- 8 Dec 2016
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeMoc
(cds.moc.SMoc moc, OutputStream out) Outputs a given MOC to a given stream.
-
Method Details
-
writeMoc
Outputs a given MOC to a given stream.- Parameters:
moc
- MOCout
- destination stream- Throws:
IOException
-