AsynchronousSocketChannel

AsynchronousSocketChannel

要执行反序列化,我需要一个ObjectInputStream。但是我们只使用AsynchronousSocketChannel,不能将其转换为ObjectInputStream。我能做什么?

最佳答案

您可以通过AsynchronousSocketChannelInputStream转换为Channels.newInputStream(channel)

07-28 13:26