kmath/kmath-memory/scripts/pages.js

2 lines
9.1 KiB
JavaScript
Raw Normal View History

var pages = [{"name":"interface Memory","description":"space.kscience.kmath.memory.Memory","location":"kmath-memory/space.kscience.kmath.memory/-memory/index.html","searchKeys":["Memory","interface Memory"]},{"name":"object Companion","description":"space.kscience.kmath.memory.Memory.Companion","location":"kmath-memory/space.kscience.kmath.memory/-memory/-companion/index.html","searchKeys":["Companion","object Companion"]},{"name":"abstract fun copy(): Memory","description":"space.kscience.kmath.memory.Memory.copy","location":"kmath-memory/space.kscience.kmath.memory/-memory/copy.html","searchKeys":["copy","abstract fun copy(): Memory"]},{"name":"abstract fun reader(): MemoryReader","description":"space.kscience.kmath.memory.Memory.reader","location":"kmath-memory/space.kscience.kmath.memory/-memory/reader.html","searchKeys":["reader","abstract fun reader(): MemoryReader"]},{"name":"abstract val size: Int","description":"space.kscience.kmath.memory.Memory.size","location":"kmath-memory/space.kscience.kmath.memory/-memory/size.html","searchKeys":["size","abstract val size: Int"]},{"name":"abstract fun view(offset: Int, length: Int): Memory","description":"space.kscience.kmath.memory.Memory.view","location":"kmath-memory/space.kscience.kmath.memory/-memory/view.html","searchKeys":["view","abstract fun view(offset: Int, length: Int): Memory"]},{"name":"abstract fun writer(): MemoryWriter","description":"space.kscience.kmath.memory.Memory.writer","location":"kmath-memory/space.kscience.kmath.memory/-memory/writer.html","searchKeys":["writer","abstract fun writer(): MemoryWriter"]},{"name":"interface MemoryReader","description":"space.kscience.kmath.memory.MemoryReader","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/index.html","searchKeys":["MemoryReader","interface MemoryReader"]},{"name":"abstract val memory: Memory","description":"space.kscience.kmath.memory.MemoryReader.memory","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/memory.html","searchKeys":["memory","abstract val memory: Memory"]},{"name":"abstract val memory: Memory","description":"space.kscience.kmath.memory.MemoryWriter.memory","location":"kmath-memory/space.kscience.kmath.memory/-memory-writer/memory.html","searchKeys":["memory","abstract val memory: Memory"]},{"name":"abstract fun readByte(offset: Int): Byte","description":"space.kscience.kmath.memory.MemoryReader.readByte","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-byte.html","searchKeys":["readByte","abstract fun readByte(offset: Int): Byte"]},{"name":"abstract fun readDouble(offset: Int): Double","description":"space.kscience.kmath.memory.MemoryReader.readDouble","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-double.html","searchKeys":["readDouble","abstract fun readDouble(offset: Int): Double"]},{"name":"abstract fun readFloat(offset: Int): Float","description":"space.kscience.kmath.memory.MemoryReader.readFloat","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-float.html","searchKeys":["readFloat","abstract fun readFloat(offset: Int): Float"]},{"name":"abstract fun readInt(offset: Int): Int","description":"space.kscience.kmath.memory.MemoryReader.readInt","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-int.html","searchKeys":["readInt","abstract fun readInt(offset: Int): Int"]},{"name":"abstract fun readLong(offset: Int): Long","description":"space.kscience.kmath.memory.MemoryReader.readLong","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-long.html","searchKeys":["readLong","abstract fun readLong(offset: Int): Long"]},{"name":"abstract fun readShort(offset: Int): Short","description":"space.kscience.kmath.memory.MemoryReader.readShort","location":"kmath-memory/space.kscience.kmath.memory/-memory-reader/read-short.html","searchKeys":["readShort","abstract fun readShort(offset: Int): Short"]},{"name":"abstract fun release()","description":"space.kscience.kmath.memory.MemoryReader.release","location":"kmath-memory/space.kscience.kmat