开发者

What is the maximum file size 32 bit java can access?

开发者 https://www.devze.com 2022-12-26 01:37 出处:网络
What is the m开发者_运维问答aximum file size 32 bit java can access? Is this architecture dependent?2^63-1 bytes (because the Java API uses 64bit integers for file sizes) or platform dependent (if th

What is the m开发者_运维问答aximum file size 32 bit java can access?

Is this architecture dependent?


2^63-1 bytes (because the Java API uses 64bit integers for file sizes) or platform dependent (if the platform has some limitations, for example FAT32).


And it has nothing to do with '32-bit' Java. That describes the memory address space, not the file system.

0

精彩评论

暂无评论...
验证码 换一张
取 消