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

com.seanshubin.detangler.scanner.ClassScannerImpl.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

import com.seanshubin.detangler.contract.FilesContract

class ClassScannerImpl(files: FilesContract) extends ClassScanner {
  override def loadBytes(path: Path): Iterable[Seq[Byte]] = Seq(files.readAllBytes(path))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy