gpt4 book ai didi

julia - 如何在 Julia 中从头开始读取 x 字节的文件?

转载 作者:行者123 更新时间:2023-12-02 21:30:02 26 4
gpt4 key购买 nike

我需要从文件中读取记录,每条记录有 9 个字节长。我需要知道如何从文件中的不同点开始阅读

最佳答案

您似乎正在寻找 seek 函数:

help?> seek
search: seek seekend seekstart ParseError setenv select select! selectperm

seek(s, pos)

Seek a stream to the given position.

您可能特别想要

open(filename) do f
seek(f, n) # seek past nth byte
read(f, m) # read m bytes
end

还有一个可能有用的skip函数

help?> skip
search: skip skipchars

skip(s, offset)

Seek a stream relative to the current position.

关于julia - 如何在 Julia 中从头开始读取 x 字节的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42265406/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com