Skip to content
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

웹 애플리케이션 서버

7.11

  • File, Path

  • Files.readAllBytes

  • while (!"".equals(line)) {}

  • InputStream, InputStreamReader, BufferedReader

  • OutputStream, DataOutputStream

  •     public static String readData(BufferedReader br, int contentLength) throws IOException {
            char[] body = new char[contentLength];
            br.read(body, 0, contentLength);
            return String.copyValueOf(body); // new String(body)?
        }

  • 입출력 스트림에 대해서 공부해야 한다.

  • 스레드에 대해서 공부해야 한다.

About

웹 애플리케이션 서버를 구현하는 실습

Resources

Stars

8 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages