dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(user): 新增客服用户注册功能
KKSU
2025-02-17
1e6f177e264b130cb69e79e4325156989629ec85
[xc-mall.git]
/
src
/
main
/
java
/
com
/
best
/
javaSdk
/
converter
/
util
/
jsonReader
/
StdoutStreamErrorListener.java
1
2
3
4
5
6
7
8
package com.best.javaSdk.converter.util.jsonReader;
public class StdoutStreamErrorListener extends BufferErrorListener {
public void end() {
System.out.print(buffer.toString());
}
}