Java Doc for OutputStream.java in  » 6.0-JDK-Modules-sun » omg » org » omg » CORBA » portable » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules sun » omg » org.omg.CORBA.portable 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.io.OutputStream
      org.omg.CORBA.portable.OutputStream

All known Subclasses:   org.omg.CORBA_2_3.portable.OutputStream,
OutputStream
abstract public class OutputStream extends java.io.OutputStream (Code)
OuputStream is the Java API for writing IDL types to CDR marshal streams. These methods are used by the ORB to marshal IDL types as well as to insert IDL types into Anys. The _array versions of the methods can be directly used to write sequences and arrays of IDL types.
version:
   1.13, 04/22/98
since:
   JDK1.2




Method Summary
abstract public  InputStreamcreate_input_stream()
     Returns an input stream with the same buffer.
public  org.omg.CORBA.ORBorb()
     Returns the ORB that created this OutputStream.
public  voidwrite(int b)
     Writes an integer (length of arrays) onto this stream.
public  voidwrite_Context(org.omg.CORBA.Context ctx, org.omg.CORBA.ContextList contexts)
     Writes a CORBA context on this stream.
abstract public  voidwrite_Object(org.omg.CORBA.Object value)
     Writes a CORBA Object on this output stream.
public  voidwrite_Principal(Principal value)
     Writes a Principle on this output stream.
abstract public  voidwrite_TypeCode(TypeCode value)
     Writes a TypeCode on this output stream.
abstract public  voidwrite_any(Any value)
     Writes an Any on this output stream.
abstract public  voidwrite_boolean(boolean value)
     Writes a boolean value to this stream.
abstract public  voidwrite_boolean_array(boolean[] value, int offset, int length)
     Writes an array of booleans on this output stream.
abstract public  voidwrite_char(char value)
     Writes a char value to this stream.
abstract public  voidwrite_char_array(char[] value, int offset, int length)
     Writes an array of chars on this output stream.
abstract public  voidwrite_double(double value)
     Writes a double value to this stream.
abstract public  voidwrite_double_array(double[] value, int offset, int length)
     Writes an array of doubles on this output stream.
public  voidwrite_fixed(java.math.BigDecimal value)
     Writes a BigDecimal number.
abstract public  voidwrite_float(float value)
     Writes a float value to this stream.
abstract public  voidwrite_float_array(float[] value, int offset, int length)
     Writes an array of floats on this output stream.
abstract public  voidwrite_long(int value)
     Writes a CORBA long (i.e.
abstract public  voidwrite_long_array(int[] value, int offset, int length)
     Writes an array of CORBA longs (i.e.
abstract public  voidwrite_longlong(long value)
     Writes a CORBA longlong (i.e.
abstract public  voidwrite_longlong_array(long[] value, int offset, int length)
     Writes an array of CORBA longlongs (i.e.
abstract public  voidwrite_octet(byte value)
     Writes a CORBA octet (i.e.
abstract public  voidwrite_octet_array(byte[] value, int offset, int length)
     Writes an array of CORBA octets (bytes) on this output stream.
abstract public  voidwrite_short(short value)
     Writes a short value to this stream.
abstract public  voidwrite_short_array(short[] value, int offset, int length)
     Writes an array of shorts on this output stream.
abstract public  voidwrite_string(String value)
     Writes a string value to this stream.
abstract public  voidwrite_ulong(int value)
     Writes an unsigned CORBA long (i.e.
abstract public  voidwrite_ulong_array(int[] value, int offset, int length)
     Writes an array of unsigned CORBA longs (i.e.
abstract public  voidwrite_ulonglong(long value)
     Writes an unsigned CORBA longlong (i.e.
abstract public  voidwrite_ulonglong_array(long[] value, int offset, int length)
     Writes an array of unsigned CORBA longlongs (i.e.
abstract public  voidwrite_ushort(short value)
     Writes an unsigned short value to this stream.
abstract public  voidwrite_ushort_array(short[] value, int offset, int length)
     Writes an array of unsigned shorts on this output stream.
abstract public  voidwrite_wchar(char value)
     Writes a wide char value to this stream.
abstract public  voidwrite_wchar_array(char[] value, int offset, int length)
     Writes an array of wide chars on this output stream.
abstract public  voidwrite_wstring(String value)
     Writes a wide string value to this stream.



Method Detail
create_input_stream
abstract public InputStream create_input_stream()(Code)
Returns an input stream with the same buffer. an input stream with the same buffer.



orb
public org.omg.CORBA.ORB orb()(Code)
Returns the ORB that created this OutputStream. the ORB that created this OutputStream
See Also:    portable
See Also:   package comments for unimplemented features



write
public void write(int b) throws java.io.IOException(Code)
Writes an integer (length of arrays) onto this stream.
Parameters:
  b - the value to be written.
throws:
  java.io.IOException - if there is an input/output error
See Also:    portable
See Also:   package comments for unimplemented features



write_Context
public void write_Context(org.omg.CORBA.Context ctx, org.omg.CORBA.ContextList contexts)(Code)
Writes a CORBA context on this stream. The Context is marshaled as a sequence of strings. Only those Context values specified in the contexts parameter are actually written.
Parameters:
  ctx - a CORBA context
Parameters:
  contexts - a ContextList object containing the list of contextsto be written
See Also:    portable
See Also:   package comments for unimplemented features



write_Object
abstract public void write_Object(org.omg.CORBA.Object value)(Code)
Writes a CORBA Object on this output stream.
Parameters:
  value - the value to be written.



write_Principal
public void write_Principal(Principal value)(Code)
Writes a Principle on this output stream.
Parameters:
  value - the value to be written.



write_TypeCode
abstract public void write_TypeCode(TypeCode value)(Code)
Writes a TypeCode on this output stream.
Parameters:
  value - the value to be written.



write_any
abstract public void write_any(Any value)(Code)
Writes an Any on this output stream.
Parameters:
  value - the value to be written.



write_boolean
abstract public void write_boolean(boolean value)(Code)
Writes a boolean value to this stream.
Parameters:
  value - the value to be written.



write_boolean_array
abstract public void write_boolean_array(boolean[] value, int offset, int length)(Code)
Writes an array of booleans on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_char
abstract public void write_char(char value)(Code)
Writes a char value to this stream.
Parameters:
  value - the value to be written.



write_char_array
abstract public void write_char_array(char[] value, int offset, int length)(Code)
Writes an array of chars on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_double
abstract public void write_double(double value)(Code)
Writes a double value to this stream.
Parameters:
  value - the value to be written.



write_double_array
abstract public void write_double_array(double[] value, int offset, int length)(Code)
Writes an array of doubles on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_fixed
public void write_fixed(java.math.BigDecimal value)(Code)
Writes a BigDecimal number.
Parameters:
  value - a BidDecimal--value to be written.



write_float
abstract public void write_float(float value)(Code)
Writes a float value to this stream.
Parameters:
  value - the value to be written.



write_float_array
abstract public void write_float_array(float[] value, int offset, int length)(Code)
Writes an array of floats on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_long
abstract public void write_long(int value)(Code)
Writes a CORBA long (i.e. Java int) value to this stream.
Parameters:
  value - the value to be written.



write_long_array
abstract public void write_long_array(int[] value, int offset, int length)(Code)
Writes an array of CORBA longs (i.e. Java ints) on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_longlong
abstract public void write_longlong(long value)(Code)
Writes a CORBA longlong (i.e. Java long) value to this stream.
Parameters:
  value - the value to be written.



write_longlong_array
abstract public void write_longlong_array(long[] value, int offset, int length)(Code)
Writes an array of CORBA longlongs (i.e. Java longs) on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_octet
abstract public void write_octet(byte value)(Code)
Writes a CORBA octet (i.e. byte) value to this stream.
Parameters:
  value - the value to be written.



write_octet_array
abstract public void write_octet_array(byte[] value, int offset, int length)(Code)
Writes an array of CORBA octets (bytes) on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_short
abstract public void write_short(short value)(Code)
Writes a short value to this stream.
Parameters:
  value - the value to be written.



write_short_array
abstract public void write_short_array(short[] value, int offset, int length)(Code)
Writes an array of shorts on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_string
abstract public void write_string(String value)(Code)
Writes a string value to this stream.
Parameters:
  value - the value to be written.



write_ulong
abstract public void write_ulong(int value)(Code)
Writes an unsigned CORBA long (i.e. Java int) value to this stream.
Parameters:
  value - the value to be written.



write_ulong_array
abstract public void write_ulong_array(int[] value, int offset, int length)(Code)
Writes an array of unsigned CORBA longs (i.e. Java ints) on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_ulonglong
abstract public void write_ulonglong(long value)(Code)
Writes an unsigned CORBA longlong (i.e. Java long) value to this stream.
Parameters:
  value - the value to be written.



write_ulonglong_array
abstract public void write_ulonglong_array(long[] value, int offset, int length)(Code)
Writes an array of unsigned CORBA longlongs (i.e. Java ints) on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_ushort
abstract public void write_ushort(short value)(Code)
Writes an unsigned short value to this stream.
Parameters:
  value - the value to be written.



write_ushort_array
abstract public void write_ushort_array(short[] value, int offset, int length)(Code)
Writes an array of unsigned shorts on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_wchar
abstract public void write_wchar(char value)(Code)
Writes a wide char value to this stream.
Parameters:
  value - the value to be written.



write_wchar_array
abstract public void write_wchar_array(char[] value, int offset, int length)(Code)
Writes an array of wide chars on this output stream.
Parameters:
  value - the array to be written.
Parameters:
  offset - offset on the stream.
Parameters:
  length - length of buffer to write.



write_wstring
abstract public void write_wstring(String value)(Code)
Writes a wide string value to this stream.
Parameters:
  value - the value to be written.



Methods inherited from java.io.OutputStream
public void close() throws IOException(Code)(Java Doc)
public void flush() throws IOException(Code)(Java Doc)
abstract public void write(int b) throws IOException(Code)(Java Doc)
public void write(byte b) throws IOException(Code)(Java Doc)
public void write(byte b, int off, int len) throws IOException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.