허거덩~ 웬 자바 질문.. ^^*
++ java doc 참조 ++
void writeBytes(String s)
Writes out the string to the underlying output stream as a sequence of bytes.
void writeChars(String s)
Writes a string to the underlying output stream as a sequence of characters.
: 자바에서
: String 배열을 사용했는데
: 이것을 DataOutputStream에 쓰고 싶은데 어떻게 써야 할지를 모르겠네요.
: 찾아보니까
: write(byte<>, int offset, int len) :
: 를 사용하야 할것 같은데.
: len는 배열에서 그 크기를 구할방법을 모르겠네요
: 그리고 byte<>이렇게 써주니까 에러 뜨던데. 배열명을 어떤 식으로 써주어야
: 하는지..좀 알려주시면 감사하겠습니다.
:
: --
: 이 곳에 서명을 적어주십시오.
:
: 내가 진정 원하는게 뭐엇인가?