Package com.io7m.calino.vanilla.internal
Class CLN1SectionWritableEnd
java.lang.Object
com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
com.io7m.calino.vanilla.internal.CLN1SectionWritableEnd
- All Implemented Interfaces:
CLNSectionWritableEndType,CLNSectionWritableStandardType,CLNSectionWritableType,Closeable,AutoCloseable
public final class CLN1SectionWritableEnd
extends CLN1SectionWritableAbstract
implements CLNSectionWritableEndType
A writable end section.
-
Constructor Summary
ConstructorsConstructorDescriptionCLN1SectionWritableEnd(com.io7m.jbssio.api.BSSWriterRandomAccessType inWriter, CLNWriteRequest inRequest, long inIdentifier, CLNOnCloseOperationType<CLNSectionWritableType> inOnClose) A writable end section. -
Method Summary
Methods inherited from class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
close, identifier, offsetStart, offsetStartData, request, sectionDataChannelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.calino.api.CLNSectionWritableType
identifier, sectionDataChannel
-
Constructor Details
-
CLN1SectionWritableEnd
public CLN1SectionWritableEnd(com.io7m.jbssio.api.BSSWriterRandomAccessType inWriter, CLNWriteRequest inRequest, long inIdentifier, CLNOnCloseOperationType<CLNSectionWritableType> inOnClose) A writable end section.- Parameters:
inOnClose- A function executed on closinginRequest- A write requestinIdentifier- An identifierinWriter- A writer
-