Home > OS >  How to realize in the Linux?
How to realize in the Linux?

Time:09-28

CodePudding user response:

1, text way to open the "r", read a line output a line;
2, open the "rb" binary way, read fixed length, write a fixed length, the last time may be insufficient length, how many data read and write how much data
  • Related