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.
ファイルで使用する必要があるため、Netty の FileInputStream とは何かを知りたいです。これについて助けが必要です!ありがとう、ミグ
ファイルを転送する場合は、DefaultFileRegion を使用します。
Channel channel =... channel.write(new DefaultFileRegion(new FileInputStream(file).getChannel(), 0L, file.length());
-は、 バイト形式で読み取りたい場合、またはバイト配列を読み取りたい場合などFileInputStreamに使用されます.....File
FileInputStream
File