方法摘要 | |
int | [url=http://bbs.itheima.com/forum.php?mod=post&action=newthread&fid=231#read(byte[])]read[/url](byte[] b) 从包含的输入流中读取一定数量的字节,并将它们存储到缓冲区数组 b 中。 |
int | [url=http://bbs.itheima.com/forum.php?mod=post&action=newthread&fid=231#read(byte[], int, int)]read[/url](byte[] b, int off, int len) 从包含的输入流中将最多 len 个字节读入一个 byte 数组中。 |
boolean | |
byte | readByte() |
char | readChar() |
double | |
float | |
void | [url=http://bbs.itheima.com/forum.php?mod=post&action=newthread&fid=231#readFully(byte[])]readFully[/url](byte[] b) |
void | [url=http://bbs.itheima.com/forum.php?mod=post&action=newthread&fid=231#readFully(byte[], int, int)]readFully[/url](byte[] b, int off, int len) |
int | readInt() |
long | readLong() |
short | |
int | |
int | |
String | readUTF() |
static String | |
int | skipBytes(int n) 跳过n个字节 |
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |