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

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

package io.kaitai.struct.languages.components

/**
  * Ensure that there are single source of names of classes that act as
  * KaitaiStruct and KaitaiStream in a compiler.
  */
trait StreamStructNames {
  def kstreamName: String
  def kstructName: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy