JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.io7m.montarre.api.wix
MWiXWriterType
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
execute()
close()
Interface MWiXWriterType
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
MWiXWriter
public interface
MWiXWriterType
extends
AutoCloseable
A writer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
void
execute
()
Execute the writer.
Method Details
execute
void
execute
() throws
MException
Execute the writer.
Throws:
MException
- On errors
close
void
close
() throws
MException
Specified by:
close
in interface
AutoCloseable
Throws:
MException