public class AsciiControl extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
ACK
接到通知
acknowledge |
static byte |
BEL
响铃
bell |
static byte |
BS
退格
backspace |
static byte |
CAN
取消
cancel |
static byte |
CR
回车键
carriage return |
static byte |
DC1
设备控制1
device control 1 |
static byte |
DC2
设备控制2
device control 2 |
static byte |
DC3
设备控制3
device control 3 |
static byte |
DC4
设备控制4
device control 4 |
static byte |
DLE
数据链路定义
data link escape |
static byte |
EM
介质中断
end of medium |
static byte |
ENQ
请求
enquiry |
static byte |
EOT
传输结束
end of transmission |
static byte |
ESC
溢出
escape |
static byte |
ETB
传输块结束
end of trans. block |
static byte |
ETX
正文结束
end of text |
static byte |
FF
换页键
NP form feed, new page |
static byte |
FS
文件分隔符
file separator |
static byte |
GS
分组符
group separator |
static byte |
HT
水平制表符
horizontal tab |
static byte |
LF
换行符
NL line feed, new line |
static byte |
NAK
拒绝接收
negative acknowledge |
static byte |
NUL
空字符
|
static byte |
RS
记录分离符
record separator |
static byte |
SI
启用切换
shift in |
static byte |
SO
不用切换
shift out |
static byte |
SOH
标题开始
start of headling |
static byte |
STX
正文开始
start of text |
static byte |
SUB
替补
substitute |
static byte |
SYN
同步空闲
synchronous idle |
static byte |
US
单元分隔符
unit separator |
static byte |
VT
垂直制表符
vertical tab |
| 构造器和说明 |
|---|
AsciiControl() |
public static final byte NUL
public static final byte SOH
public static final byte STX
public static final byte ETX
public static final byte EOT
public static final byte ENQ
public static final byte ACK
public static final byte BEL
public static final byte BS
public static final byte HT
public static final byte LF
public static final byte VT
public static final byte FF
public static final byte CR
public static final byte SO
public static final byte SI
public static final byte DLE
public static final byte DC1
public static final byte DC2
public static final byte DC3
public static final byte DC4
public static final byte NAK
public static final byte SYN
public static final byte ETB
public static final byte CAN
public static final byte EM
public static final byte SUB
public static final byte ESC
public static final byte FS
public static final byte GS
public static final byte RS
public static final byte US
Copyright © 2022. All rights reserved.