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 CLN1SectionWritableAbstract
close, identifier, offsetStart, offsetStartData, request, sectionDataChannelMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
inWriter- A writerinRequest- A write requestinIdentifier- An identifierinOnClose- A function executed on closing
-