重构了EncodingDetectors#getJavaEncode(String filePath)方法,并附带部分测试数据

重构了EncodingDetectors#getJavaEncode(String filePath)方法,并附带部分测试数据
Co-authored-by: asiawu <asiawu3@qq.com>
Co-committed-by: asiawu <asiawu3@qq.com>
This commit is contained in:
asiawu
2023-07-24 17:15:07 +08:00
committed by gitchenjh
parent d2a8ca2cdd
commit 31c7b2dfb8
33 changed files with 94 additions and 4630 deletions

View File

@@ -0,0 +1 @@
정책 모델은 알고리즘의 집합을 정의하며, 각각의 알고리즘은 변경되지 않고 변경될 수 있도록 패키지된다.정책 모델은 객체 행동 모델에 속하며, 알고리즘의 사용과 구현에 대한 책임을 분리하여 알고리즘을 관리하기 위해 다른 객체들에게 위임한다.