|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed:
Method Summary | |
void |
close()
Enabled: Closes the stream. |
void |
flush()
Enabled: Flushes the stream. |
void |
write(byte[] b)
Enabled: Writes an array of bytes. |
void |
write(byte[] b,
int off,
int len)
Enabled: Writes a sub array of bytes. |
void |
write(int b)
Enabled: Writes a byte. |
void |
writeObject(Object obj)
Enabled: Write an object to the underlying storage or stream. |
Methods inherited from interface java.io.DataOutput |
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF, writeWholeNum |
Method Detail |
public void writeObject(Object obj) throws IOException
obj
- the object to be written
IOException
public void write(int b) throws IOException
write
in interface DataOutput
b
- the byte
IOException
public void write(byte[] b) throws IOException
write
in interface DataOutput
b
- the data to be written
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in interface DataOutput
b
- the data to be writtenoff
- the start offset in the datalen
- the number of bytes that are written
IOException
public void flush() throws IOException
IOException
public void close() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |