Class MetadataBinaryIO

java.lang.Object
gaiasky.data.group.MetadataBinaryIO

public class MetadataBinaryIO extends Object
  • Field Details Link icon

  • Constructor Details Link icon

    • MetadataBinaryIO Link icon

      public MetadataBinaryIO()
  • Method Details Link icon

    • readMetadata Link icon

      public OctreeNode readMetadata(InputStream in)
      Reads the metadata into an octree node
      Returns:
      The octree node
    • readMetadata Link icon

      public OctreeNode readMetadata(InputStream in, LoadStatus status)
      Reads the metadata into an octree node
      Parameters:
      in - Input stream
      Returns:
      The octree node
    • readMetadataMapped Link icon

      public OctreeNode readMetadataMapped(String file)
    • readMetadataMapped Link icon

      public OctreeNode readMetadataMapped(String file, LoadStatus status)
    • writeMetadata Link icon

      public void writeMetadata(OctreeNode root, OutputStream out)
      Writes the metadata of the given octree node and its descendants to the given output stream in binary.
    • toList Link icon

      public void toList(OctreeNode node, List<OctreeNode> nodes)