Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C 和 Java 中(在 Linux 的上下文中)创建和处理输出流的方式是否存在根本差异。
是否可以从 C 函数创建的输入流中打开读取作为本机 Java 输出流(即使用 JNI)。
我知道在 c 中字节以小端顺序排列,但在 java 中它们以大端顺序排列,这是一个主要区别。为了从 c 中的文件和 java 中的文件中读取/写入,您可能需要考虑位移