gpt4 book ai didi

java - 如何专门实现这个子类来绕过附加目标文件?

转载 作者:太空宇宙 更新时间:2023-11-04 08:11:53 27 4
gpt4 key购买 nike

我在程序中附加目标文件时遇到问题。我发现this所以回答。

但是,我不知道如何子类化AppendableObjectOutputStream。谁能更详细地教我如何做?

最佳答案

class YourClass extends AppendableObjectOutputStream {
// any constructors required, if no default for Appendable
public AppendableObjectOutputStream(<your args here>) {
super(<other args here>);
}
// any methods you want to @Override here
}

关于java - 如何专门实现这个子类来绕过附加目标文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11043285/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com