Package com.io7m.calino.vanilla.internal
Class CLN1SectionWritableOther
java.lang.Object
com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
com.io7m.calino.vanilla.internal.CLN1SectionWritableOther
- All Implemented Interfaces:
CLNSectionWritableType,Closeable,AutoCloseable
A writable section.
-
Constructor Summary
ConstructorsConstructorDescriptionCLN1SectionWritableOther(com.io7m.jbssio.api.BSSWriterRandomAccessType inWriter, CLNWriteRequest inRequest, long inIdentifier, CLNOnCloseOperationType<CLNSectionWritableType> inOnClose) A writable section. -
Method Summary
Methods inherited from class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
close, identifier, offsetStart, offsetStartData, request, sectionDataChannel
-
Constructor Details
-
CLN1SectionWritableOther
public CLN1SectionWritableOther(com.io7m.jbssio.api.BSSWriterRandomAccessType inWriter, CLNWriteRequest inRequest, long inIdentifier, CLNOnCloseOperationType<CLNSectionWritableType> inOnClose) A writable section.- Parameters:
inOnClose- A function executed on closinginRequest- A write requestinIdentifier- An identifierinWriter- A writer
-