|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--java.io.Writer
Unicode로 된 내부 문자열을 KSC5601과 같은 형식의 문자열로 변환하여 출력하는 출력 스트림의 추상클래스
| Field Summary | |
protected Object |
lock
|
| Constructor Summary | |
protected |
Writer()
출력스트림을 생성한다. |
protected |
Writer(Object lock)
출력스트림을 생성한다. |
| Method Summary | |
abstract void |
close()
출력스트림을 닫는다. |
abstract void |
flush()
중간 버퍼에 남아있는 값을 실제로 출력한다. |
void |
write(char[] buf)
문자배열을 출력한다. |
abstract void |
write(char[] buf,
int offset,
int len)
문자배열을 출력한다. |
void |
write(int b)
한문자를 출력한다. |
void |
write(String str)
문자열을 출력한다. |
void |
write(String str,
int offset,
int len)
문자열을 출력한다. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Object lock
| Constructor Detail |
protected Writer()
protected Writer(Object lock)
| Method Detail |
public abstract void close()
throws IOException
IOException -
public abstract void flush()
throws IOException
IOException -
public abstract void write(char[] buf,
int offset,
int len)
throws IOException
buf - 출력할 문자배열.offset - buf중 출력 시작 위치.len - 출력할 문자 갯수.IOException -
public void write(char[] buf)
throws IOException
buf - 출력할 문자배열.IOException -
public void write(int b)
throws IOException
b - 출력할 문자.IOException -
public void write(String str)
throws IOException
str - 출력할 문자열.IOException -
public void write(String str,
int offset,
int len)
throws IOException
str - 출력할 문자열.offset - str중 출력시작 위치.len - 출력할 문자 갯수.IOException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com