-
-
??????
????
Carriage return followed by line feed.
-
????
byte[]
Gets the bytes for this instance encoded using the given Charset.
Gets the String value of this instance.
??????????????????
???????????????????
????????(??????
??????)
???????????????,
??????????????
??????? java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
????????
-
CR
Carriage return. This is the line ending used on Macos 9 and earlier.
-
CRLF
Carriage return followed by line feed. This is the line ending used on Windows.
-
LF
Line feed. This is the line ending used on Linux and Macos X and later.
-
??????
-
values
???????????????,
??????????????
- ??:
- ???????????????????????????
-
-
getBytes
Gets the bytes for this instance encoded using the given Charset.
- ??:
charset
- the encoding Charset.
- ??:
- the bytes for this instance encoded using the given Charset.
-
getString
Gets the String value of this instance.
- ??:
- the String value of this instance.