gpt4 book ai didi

elixir - 你如何获得 Elixir 中二进制文件的长度?

转载 作者:行者123 更新时间:2023-12-04 01:33:57 25 4
gpt4 key购买 nike

如何以字节为单位获取二进制文件的长度?它不是一个字符串。我不想要字符数。我只想知道它有多少字节长。

最佳答案

您可以利用 byte_size为此目的,如文档所示 here

Returns the number of bytes needed to contain bitstring.

That is, if the number of bits in bitstring is not divisible by 8, the resulting number of bytes will be rounded up (by excess). This operation happens in constant time.

Allowed in guard tests. Inlined by the compiler.

Examples

iex> byte_size(<<433::16, 3::3>>) 3

iex> byte_size(<<1, 2, 3>>)

关于elixir - 你如何获得 Elixir 中二进制文件的长度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50764971/

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