https://developer.android.com/reference/java/lang/StringBuffer.html
A string buffer is like a String
, but can be modified. At any point in time it contains some particular sequence of characters, but the length and content of the sequence can be changed through certain method calls.
String과 비슷하지만 수정이 가능하다.
길이는 가변적이다.
'소프트웨어 > Android' 카테고리의 다른 글
android 기초/활용 (동영상 강의) (0) | 2018.01.26 |
---|---|
[android] BufferedReader에 대해서 (0) | 2016.07.29 |
[android] rest api 연습하기 (0) | 2016.07.29 |
[android] onCreate에서 external storage에 폴더 만들기 (0) | 2016.07.25 |
[android] android.view.inflateexception binary xml file line (0) | 2016.07.25 |