SuffixSort

org.beangle.commons.file.diff.bsdiff.SuffixSort
object SuffixSort

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SuffixSort.type

Members list

Type members

Classlikes

case class SearchResult(length: Int, position: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def qsufsort(I: Array[Int], V: Array[Int], data: Array[Byte]): Unit
def search(I: Array[Int], oldBytes: Array[Byte], oldOffset: Int, newBytes: Array[Byte], newOffset: Int, start: Int, end: Int): SearchResult
def split(I: Array[Int], V: Array[Int], start: Int, len: Int, h: Int): Unit