开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜