Skip to content

Instantly share code, notes, and snippets.

@eiichi-worker
Last active October 19, 2017 01:07
Show Gist options
  • Select an option

  • Save eiichi-worker/bd52515e296188869250e28462a89db9 to your computer and use it in GitHub Desktop.

Select an option

Save eiichi-worker/bd52515e296188869250e28462a89db9 to your computer and use it in GitHub Desktop.
Java socket通信

Java socket通信

Stream(IO)

Streamとは、OSとJVMをつなぐもの

ファイルはファイルでしか無いから、リーダーとか使うよ

  • JAVA ↔ reader ↔ File

try - catch - finally
Exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment