开发者

printstream losing characters after slash

I'm doing something like this

PrintStream actualStdout = new PrintStream(new FileOutputStream(FileDes开发者_开发知识库criptor.out))

and then all of my logging is like

actualStdout.println(message)

(don't ask why)

I see a problem in my IDE when I try to print a string with slashes, such as a url.

http://somehostcom/somepath comes out as http:/somehost.com/omepath

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜