Class RuntimeScanf

java.lang.Object
io.github.protasm.jvmud.compiler.runtime.RuntimeScanf

public final class RuntimeScanf extends Object
Runtime support for LPC sscanf-style output captures.
  • Method Details

    • scan

      public static Object[] scan(Object inputValue, Object formatValue, int captureCount)