All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kaitai.struct.languages.components.AllocateIOLocalVar.scala Maven / Gradle / Ivy

package io.kaitai.struct.languages.components

import io.kaitai.struct.format.{Identifier, RepeatSpec}

/**
  * Allocates new auxiliary IOs as local vars - no references saved and thus
  * probably garbage collector will deal with them.
  */
trait AllocateIOLocalVar {
  def allocateIO(varName: Identifier, rep: RepeatSpec): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy