Interface FacetDefinitionReader

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
BinaryStlFacetDefinitionReader, ObjFacetDefinitionReader, TextFacetDefinitionReader, TextStlFacetDefinitionReader

public interface FacetDefinitionReader extends AutoCloseable
Interface for reading facet definitions from an input source.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this instance and release all associated resources.
    Return the next facet definition from the input source or null if no more facets are available.