• 2021-04-14
    字节流, FileInputStream)FileInputStream 有三个重载的read 方法,其中
    1) 无参的read 方法返回值为(_______)类型,功能是(________________)。
    2) int read(byte[] bs)方法返回值表示(______________),功能是(________________)。
    3) int read(byte[] bs, int offset, int len) 方法返回值表示(_______________),功能是(__________)