Class CLN2Writer
java.lang.Object
com.io7m.calino.vanilla.internal.CLN2Writer
- All Implemented Interfaces:
CLNWriterType, AutoCloseable
The main writer implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionCLN2Writer(com.io7m.jbssio.api.BSSWriterProviderType inWriters, CLNWriteRequest inRequest) The main writer implementation. -
Method Summary
-
Constructor Details
-
CLN2Writer
The main writer implementation.- Parameters:
inWriters- A writer providerinRequest- The write request
-
-
Method Details
-
execute
Description copied from interface:CLNWriterTypeExecute the writer.- Specified by:
executein interfaceCLNWriterType- Returns:
- A writable file
- Throws:
CLNException- On errors
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCLNWriterType
-