Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh csharp 4.bcl
doh csharp 4.bcl
· Changes
Page history
dohun94 created page: doh csharp 4.bcl
authored
Mar 20, 2017
by
박도현
Hide whitespace changes
Inline
Side-by-side
doh-csharp-4.bcl.md
View page @
60378d5f
...
...
@@ -392,7 +392,7 @@ class StreamWREx
### BinaryWriter/Reader
```
c#
class
BinaryRWEx
class
BinaryRWEx
//기본형 타입을 2진 데이터로 바꿔서 쓴다. 문자열은 UTF-8로 바꾼다.
{
public
static
void
Main
()
{
...
...