|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
com.caucho.vfs.StreamImplOutputStream
public class StreamImplOutputStream
Unbuffered output stream to the stream impl the VFS.
Constructor Summary | |
---|---|
StreamImplOutputStream(StreamImpl stream)
|
Method Summary | |
---|---|
void |
close()
Closes the stream. |
void |
flush()
Flushes the write output. |
void |
write(byte[] buffer,
int offset,
int length)
Writes a buffer to the underlying stream. |
void |
write(int v)
Writes a byte to the underlying stream. |
Methods inherited from class java.io.OutputStream |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamImplOutputStream(StreamImpl stream)
Method Detail |
---|
public void write(int v) throws java.io.IOException
write
in class java.io.OutputStream
v
- the value to write
java.io.IOException
public void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
buffer
- the byte array to write.offset
- the offset into the byte array.length
- the number of bytes to write.
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |