|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
DataOutput ÀÎÅÍÆäÀ̽º¸¦ È®ÀåÇØ ¿ÀºêÁ§Æ®ÀÇ ±âÀÔÀ» ÇÒ ¼ö ÀÖ°Ô ÇÕ´Ï´Ù. DataOutput ´Â ¿ø½ÃÀûÇüÀÇ Ãâ·ÂÀ» ÇÒ ¼ö ÀÖ´Â ¸Þ¼Òµå¸¦ Æ÷ÇÔÇÕ´Ï´Ù¸¸, ObjectOutput ´Â ÀÌ ÀÎÅÍÆäÀ̽º¸¦ È®ÀåÇØ ¿ÀºêÁ§Æ®, ¹è¿, String ¸¦ Æ÷ÇÔÇÒ ¼ö ÀÖ°Ô ÇÕ´Ï´Ù.
InputStream
,
ObjectOutputStream
,
ObjectInputStream
¸Þ¼ÒµåÀÇ °³¿ä | |
void |
close ()
½ºÆ®¸²À» ´Ý½À´Ï´Ù. |
void |
flush ()
½ºÆ®¸²À» Ç÷¡½Ã ÇÕ´Ï´Ù. |
void |
write (byte[] b)
¹ÙÀÌÆ® ¹è¿À» ±âÀÔÇÕ´Ï´Ù. |
void |
write (byte[] b,
int off,
int len)
¹ÙÀÌÆ® ¹è¿ÀÇ ÀϺθ¦ ±âÀÔÇÕ´Ï´Ù. |
void |
write (int b)
µ¥ÀÌÅÍÀÇ ¹ÙÀÌÆ®¸¦ ±âÀÔÇÕ´Ï´Ù. |
void |
writeObject (Object obj)
¿ÀºêÁ§Æ®¸¦, ±âº»ÀÌ µÇ´Â ±â¾ï¿ª ¶Ç´Â ½ºÆ®¸²¿¡ ±âÀÔÇÕ´Ï´Ù. |
ÀÎÅÍÆäÀ̽º java.io. DataOutput ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
writeBoolean , writeByte , writeBytes , writeChar , writeChars , writeDouble , writeFloat , writeInt , writeLong , writeShort , writeUTF |
¸Þ¼ÒµåÀÇ »ó¼¼ |
public void writeObject(Object obj) throws IOException
obj
- ±âÀÔÇØÁö´Â ¿ÀºêÁ§Æ®
IOException
- ÀÔÃâ·Â¿¡ °ü·ÃÇÑ ¿¹¿ÜÀÇ ¾î¶² °ÍÀΰ¡°¡ ¹ß»ýÇßÀ» °æ¿ìpublic void write(int b) throws IOException
DataOutput
³»ÀÇ write
b
- ¹ÙÀÌÆ®
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìpublic void write(byte[] b) throws IOException
DataOutput
³»ÀÇ write
b
- ±âÀÔÇØÁö´Â µ¥ÀÌÅÍ
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìpublic void write(byte[] b, int off, int len) throws IOException
DataOutput
³»ÀÇ write
b
- ±âÀÔÇØÁö´Â µ¥ÀÌÅÍoff
- µ¥ÀÌÅÍÀÇ °³½Ã ¿ÀÇÁ¼Â(offset)len
- ±âÀÔÇØÁö´Â ¹ÙÀÌÆ®¼ö
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìpublic void flush() throws IOException
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ìpublic void close() throws IOException
IOException
- ÀÔÃâ·Â ¿¡·¯°¡ ¹ß»ýÇßÀ» °æ¿ì
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.