#include <java_io_OutputStream.h>
Inheritance diagram for java::io::OutputStream:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::java::io::OutputStream > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::io::OutputStream > > | array2D |
Public Member Functions | |
| virtual void | close (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Closes this output stream and releases any system resources associated with this stream. | |
| virtual void | flush (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Flushes this output stream and forces any buffered output bytes to be written out. | |
| OutputStream (::xmog_dummy _use_java_ctor,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) | |
| virtual void | write (const ::xmog_java_byte_array &b, jint off, jint len,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Writes len bytes from the specified byte array starting at offset off to this output stream. | |
| virtual void | write (const ::xmog_java_byte_array &b,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Writes b.length bytes from the specified byte array to this output stream. | |
| virtual void | write (jint b,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Writes the specified byte to this output stream. | |
An output stream accepts output bytes and sends them to some sink.
Applications that need to define a subclass of OutputStream must always provide at least a method that writes one byte of output.
|
||||||||||||||||
|
|
|
||||||||||||
|
Closes this output stream and releases any system resources associated with this stream.
The general contract of
The
Reimplemented in java::io::FilterOutputStream, and java::io::PrintStream. |
|
||||||||||||
|
Flushes this output stream and forces any buffered output bytes to be written out.
The general contract of
The
Reimplemented in java::io::FilterOutputStream, and java::io::PrintStream. |
|
||||||||||||||||||||||||
|
Writes
The general contract for
The
If
If
Reimplemented in java::io::FilterOutputStream, and java::io::PrintStream. |
|
||||||||||||||||
|
Writes
The general contract for
Reimplemented in java::io::FilterOutputStream. |
|
||||||||||||||||
|
Writes the specified byte to this output stream.
The general contract for
Subclasses of
Reimplemented in java::io::FilterOutputStream, and java::io::PrintStream. |
1.4.1