반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- mapping corresponding
- abap memory
- @Controller
- controller
- application-properties
- new syntax
- memory 정리
- spring MVC
- 김영한
- 신문법 abap
- .orelseThrow
- abap면접
- optional
- SpringMVC
- BindingResult
- value base corresponding
- Testcode
- SAP
- springSecurityFilterChain 오류
- sap memory
- jpa
- MVC
- 구글 보안 api 활용
- for all entries in
- spring
- abap value in field Data Class error
- n+1
- memory변수명 변경
- Validation
- abap
Archives
- Today
- Total
목록StreamUtils (1)
SAP공장
InputStream 의미
정리 inputStream으로 데이터를 불러오고 StreamUtils로 해석해서 사용한다. 1. InputStream이 뭐야? 데이터를 읽어주는 메서드 = 데이터를 Byte 단위로 읽어주는 메소드 내장된 기능을 통해 읽고, 데이터의 컨텐트 타입을 가져오는 기능들을 제공 우리는 StreamUtils를 통해 StreamUtils.copyToString(inputStream, StandardCharsets.UTF_8); btye로 읽어드린 코드들을 UTF-8 인코더를 사용해서 우리가 이해할수 있는 String으로 만들어준다. /** * Obtain an InputStream that can be used to retrieve the * contents of the file. * * @return An Inpu..
[WEB]Back-end/Java
2022. 3. 6. 15:04