0

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

4

1 回答 1

1

您可以转换AsynchronousSocketChannelInputStreamby Channels.newInputStream(channel)

于 2012-11-15T02:29:56.607 回答