android::String8与Java String对比

442 阅读1分钟
```
 Property                    java.lang.String    android::String8
 ================================================================
 language                    Java                C++
 Unicode                     yes                 yes
 char width                  16                  8
 encoding                    UTF-16              UTF-8
 mutability                  immutable           mutable
 bunch of file path methods  no                  yes
```