Các luồng vào ra
5
NguyễnViệtHà
Luồng byte và char
Luồng byte: thao tác theo đơn vị byte
InputStream
OutputStream
Luồng char: thao tác vớikýtự
Reader
Writer
Các luồng vào ra
6
NguyễnViệtHà
InputStream
int read()
int read(byte buf[])
int read(byte buf[], int
offset, int length)
void close()
Các luồng vào ra
7
NguyễnViệtHà
OutputStream
int write(int c)
int write(byte buf[])
int write(byte buf[], int
offset, int length)
void close()
void flush()
Các luồng vào ra
8
NguyễnViệtHà
Reader
int read()
int read(char buf[])
int read(char buf[], int
offset, int length)
void close()
Các luồng vào ra
9
NguyễnViệtHà
Writer
int write(int c)
int write(char buf[])
int write(char buf[], int
offset, int length)
void close()
void flush()
Các luồng vào ra
10
NguyễnViệtHà
Phả hệ của InputStream
Các luồng vào ra
11
NguyễnViệtHà
Phả hệ của OutputStream
Các luồng vào ra
12
NguyễnViệtHà
Phả hệ của Reader
Các luồng vào ra
13
NguyễnViệtHà
Phả hệ củaWriter
Các luồng vào ra
14
NguyễnViệtHà
Đốitượng vào / ra
Để nhậphoặcxuấtdữ liệu, chúng ta phải
tạora đốitượng vào hoặcra
Đốitượng vào hoặcra thuộckiểuluồng
tương ứng và phải đượcgắnvớimột
nguồndữ liệuhoặcmột đích tiêu thụ dữ
liệu
Không có nhận xét nào:
Đăng nhận xét