Interface CNDWriter
-
@ProviderType public interface CNDWriterGeneric interface for a CND writer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidwrite(Collection<QNodeTypeDefinition> nts)voidwrite(NodeType nt)voidwrite(QNodeTypeDefinition nt)
-
-
-
Method Detail
-
write
void write(QNodeTypeDefinition nt) throws IOException
- Throws:
IOException
-
write
void write(Collection<QNodeTypeDefinition> nts) throws IOException
- Throws:
IOException
-
write
void write(NodeType nt) throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-