pub fn read_from_file(
    path: PathBuf,
    compression: Compression,
    endian_style: Endian
) -> Result<NbtValue, NbtError>