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

com.seanshubin.detangler.scanner.FileScanner.scala Maven / Gradle / Ivy

There is a newer version: 0.9.4
Show newest version
package com.seanshubin.detangler.scanner

import java.nio.file.Path

trait FileScanner {
  def loadBytes(jarOrDirectory: Path): Iterable[Seq[Byte]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy