IntroductiontoJava2.pptVIP

  • 6
  • 0
  • 约1.15万字
  • 约 82页
  • 2016-12-11 发布于重庆
  • 举报
Introduction to Java-2 Lizzy Zhang Catalog IO Streams in Java Threads Networking GUI programming overview IO Streams in Java I/O Fundamentals A stream is a flow of data from a source to a sink. Typically, your program will be one end of that stream and some other node (for example, a file) will be the other end. IO Streams in Java Sources and sinks are also called input streams and output streams, respectively. You can read from an input stream, but you cannot write to it. Conversely, you can write to an output stream, but you cannot read from it. IO Streams in Java IO Streams in Java IO S

文档评论(0)

1亿VIP精品文档

相关文档