NBT-Manipulator

A kotlin/java lib that allows you to read and write NBT data in a clean way

View on GitHub

//nbt-manipulator/br.com.gamemods.nbtmanipulator/LittleEndianDataInputStream/readFully

readFully

[jvm]
open override fun readFully(b: ByteArray)

open override fun readFully(b: ByteArray, off: Int, len: Int)