Class BinaryWriter.SectionWriter

java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.BinaryWriter.Writer
de.mirkosertic.bytecoder.core.backend.wasm.ast.BinaryWriter.SectionWriter
All Implemented Interfaces:
AutoCloseable
Enclosing class:
BinaryWriter

public class BinaryWriter.SectionWriter extends BinaryWriter.Writer
  • Field Details

    • sectionCode

      private final byte sectionCode
  • Constructor Details

    • SectionWriter

      public SectionWriter(byte sectionCode, OutputStream flushTarget, int offset)
  • Method Details